From 1f41eb6acc93d4562e966bbc246fbeed3fa574ce Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 26 Oct 2022 09:01:22 +0800 Subject: [PATCH] bug --- .../hlj/app/AppScoringTemplate/components/Add.vue | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/project/hlj/app/AppScoringTemplate/components/Add.vue b/project/hlj/app/AppScoringTemplate/components/Add.vue index 379e61e7..4ea226d9 100644 --- a/project/hlj/app/AppScoringTemplate/components/Add.vue +++ b/project/hlj/app/AppScoringTemplate/components/Add.vue @@ -42,7 +42,7 @@

{{ form.title }}

-
+

{{ form.tableExplain }}

@@ -175,7 +175,6 @@

显示说明

@@ -547,12 +546,11 @@ ...res.data, headPicture: res.data.headPicture ? [{ url: res.data.headPicture - }] : [] + }] : [], + isShowheadPicture: !!res.data.headPicture, + isShowTableExplain: !!res.data.tableExplain } - this.form.isShowheadPicture = !!res.data.headPicture - this.form.isShowTableExplain = !!res.data.tableExplain - this.targetList = res.data.fields.map(item => { return JSON.parse(item.fieldInfo) }) @@ -689,8 +687,8 @@ } .left-item__item--formname { - margin: 16px 0 32px; - padding: 0 12px; + margin: 16px 0 0; + padding: 0 12px 32px; color: #333333; font-size: 15px; font-weight: normal; @@ -700,7 +698,6 @@ .left-item__item--text { line-height: 20px; - // margin-bottom: 48px; padding: 0 12px 20px; text-align: justify; color: #666;