From c5d04072e70c095b962c6aba170b93567d1e103c Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 23 Aug 2024 13:42:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ZyJxdgBanbenDetailForm.vue | 25 +++++++++++------ .../components/ZyJxdgBanbenEditForm.vue | 5 ++-- .../components/ZyJxdgBanbenForm.vue | 27 ++++++++++++------- 3 files changed, 37 insertions(+), 20 deletions(-) diff --git a/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenDetailForm.vue b/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenDetailForm.vue index c2f3073..3b38a61 100644 --- a/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenDetailForm.vue +++ b/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenDetailForm.vue @@ -24,9 +24,9 @@ 自增表格 9 --> - + - + {{ item.title }} @@ -69,7 +69,7 @@ 添加 - + 删除 @@ -132,7 +132,7 @@ - {{ item.tsy }} + {{ item.tsy }} @@ -507,11 +507,16 @@ export default defineComponent({ } .tishi { width: 100%; + display: flex; + flex-direction: column; + text-align: left; + margin: 5px; + margin: 10px 0; +} +.tishi span{ + margin: 0 15px; font-size: 12px; - color: #fd8f02; - margin-top: -4px; - text-align: center; - padding: 6px 0; + color: #ff9924; } .increase{ position: absolute; @@ -521,4 +526,8 @@ export default defineComponent({ .place-dele{ margin:10px 0; } + .Sheet{ + color:#91949a; + border-radius: 4px; + } \ No newline at end of file diff --git a/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenEditForm.vue b/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenEditForm.vue index 9934c76..5c48747 100644 --- a/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenEditForm.vue +++ b/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenEditForm.vue @@ -28,7 +28,7 @@ - + {{ item.title }} @@ -511,10 +511,11 @@ export default defineComponent({ flex-direction: column; text-align: left; margin: 5px; + margin: 10px 0; } .tishi span{ font-size: 12px; - color: #fd8f02; + color: #ff9924; } .increase{ position: absolute; diff --git a/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenForm.vue b/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenForm.vue index ce99e4a..7245066 100644 --- a/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenForm.vue +++ b/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenForm.vue @@ -21,16 +21,16 @@ - + 新增项目 -
-
说明:
-
1.关联第几个项目:若根据某个项目自动生成关联关系,请选择指定项目!
-
2.是否是被关联项目:如果被其他项目关联,请选择是,否则不起效!
-
3.被关联项目禁用问题:目前只支持文本及表格进行关联,富文本、表单、多行文本不支持被关联!
+
+
说明:
+
1.关联第几个项目:若根据某个项目自动生成关联关系,请选择指定项目!
+
2.是否是被关联项目:如果被其他项目关联,请选择是,否则不起效!
+
3.被关联项目禁用问题:目前只支持文本及表格进行关联,富文本、表单、多行文本不支持被关联!
- + @@ -294,14 +294,21 @@ } .input-title{ margin-bottom: 10px; + color: #555; } .fields-add{ - margin:0 0 8px 0; - color: #777; + margin:0 0 10px 0; + color: #95989e; + border: 1px solid #e1e4eb; + border-radius: 4px; } .Prompt-language{ color: #bda787; - font-size: 12px; + font-size:14px; padding: 6px; } +.explain-word{ + color:#ff9924; + font-size:12px; +} \ No newline at end of file