From d01c99357384758784320805f9c5599e314a0e14 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 17 Dec 2021 09:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=8A=E6=9E=B6=E5=8A=9E?= =?UTF-8?q?=E4=BC=81=E5=BE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/AppAskForm/{components => }/FormSetting.vue | 10 ++++++---- src/sass/AppAskForm/components/AddForm.vue | 2 +- src/sass/AppAskForm/components/List.vue | 10 +++++----- 3 files changed, 12 insertions(+), 10 deletions(-) rename src/sass/AppAskForm/{components => }/FormSetting.vue (96%) diff --git a/src/sass/AppAskForm/components/FormSetting.vue b/src/sass/AppAskForm/FormSetting.vue similarity index 96% rename from src/sass/AppAskForm/components/FormSetting.vue rename to src/sass/AppAskForm/FormSetting.vue index 749f8e02..52334f46 100644 --- a/src/sass/AppAskForm/components/FormSetting.vue +++ b/src/sass/AppAskForm/FormSetting.vue @@ -9,7 +9,7 @@
- 永久有效 + 永久有效 自定义时间 @@ -40,7 +40,7 @@
- 不限次数 + 不限次数 限提交一次
@@ -104,9 +104,7 @@ export default { mounted() { if (this.id) { - this.id = this.id this.getInfo(this.id) - this.type = this.type } else if (this.formConfig) { const res = this.formConfig this.periodValidityType = res.periodValidityType || '0' @@ -195,6 +193,10 @@ export default { .form-setting { padding: 0 20px; + u-radio + u-radio { + margin-left: 20px; + } + .add-form__footer { display: flex; align-items: center; diff --git a/src/sass/AppAskForm/components/AddForm.vue b/src/sass/AppAskForm/components/AddForm.vue index 546ef94a..8384bcce 100644 --- a/src/sass/AppAskForm/components/AddForm.vue +++ b/src/sass/AppAskForm/components/AddForm.vue @@ -141,7 +141,7 @@