From 64c4f5bce19b8136fe43f5765cf813db52cb68ea Mon Sep 17 00:00:00 2001 From: liuxiaoxue <1126966868@qq.com> Date: Tue, 6 Dec 2022 15:24:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2title=E5=8A=A0=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- src/views/main/Customer/addForm.vue | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index 5aaa34e..2283547 100644 --- a/public/index.html +++ b/public/index.html @@ -95,7 +95,7 @@ <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %> <% } %> - + diff --git a/src/views/main/Customer/addForm.vue b/src/views/main/Customer/addForm.vue index 3a677a4..c88e620 100644 --- a/src/views/main/Customer/addForm.vue +++ b/src/views/main/Customer/addForm.vue @@ -17,7 +17,7 @@ -

基本信息

+

基本信息

-

联系人信息

+

联系人信息

-

财务信息

+

财务信息

@@ -376,11 +376,21 @@ export default { background: #fff; padding: 25px; } +.CsForm .ant-form-item{ + margin-bottom: 10px; +} .CsFormTitle { - border-bottom: 1px solid #c9c9c9; + border-bottom: 1px solid #d9d9d9; + padding-bottom: 5px; + font-weight: bold; + color: #333; + margin-bottom: 25px; } .CsFormTitle > span { padding: 0.25rem 0.5rem 0 0.5rem; /* border: 1px solid #c9c9c9; */ } +.CsFormTitle span i{ + margin-right: 7px; +} From de147f5bab2327ea7ae77780d8d7176ab8bfa05c Mon Sep 17 00:00:00 2001 From: liuxiaoxue <1126966868@qq.com> Date: Tue, 6 Dec 2022 15:35:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AE=A2=E6=88=B7title?= =?UTF-8?q?=E5=8A=A0=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main/Customer/addForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/main/Customer/addForm.vue b/src/views/main/Customer/addForm.vue index c88e620..a7c5cf5 100644 --- a/src/views/main/Customer/addForm.vue +++ b/src/views/main/Customer/addForm.vue @@ -388,7 +388,7 @@ export default { } .CsFormTitle > span { padding: 0.25rem 0.5rem 0 0.5rem; - /* border: 1px solid #c9c9c9; */ + /* border: 1px solid #c9c9c9; */ } .CsFormTitle span i{ margin-right: 7px;