From c9f55712a69d78acefb77a1a59a59f6513c80171 Mon Sep 17 00:00:00 2001 From: dongwug Date: Fri, 28 Oct 2022 10:13:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=A8=A1=E6=9D=BF=E5=BA=93=E5=88=86?= =?UTF-8?q?=E5=89=B2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/LibraryAdd.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/projectcenter/LibraryAdd.vue b/src/views/projectcenter/LibraryAdd.vue index 60d3ca1e..86260725 100644 --- a/src/views/projectcenter/LibraryAdd.vue +++ b/src/views/projectcenter/LibraryAdd.vue @@ -273,6 +273,7 @@
+
公告

@@ -316,6 +317,7 @@
+
获取规则 @@ -380,6 +382,7 @@
+
基本信息 @@ -841,12 +844,13 @@ export default defineComponent({ margin-top: 10px; } - .taskBox { - .split { + .split { width: 100%; height: 20px; background-color: #edf0f5; } + + .taskBox { .onerow { //width: 100%; display: flex; @@ -1074,7 +1078,9 @@ export default defineComponent({ } .notice { + .ntc_tit { + padding-top:22px; margin-left: 34px; font-size: 18px; font-weight: 500; @@ -1134,6 +1140,7 @@ export default defineComponent({ } .projectscore { + padding-top:22px; .pjc_tit { margin-left: 34px; font-size: 18px; @@ -1212,6 +1219,7 @@ export default defineComponent({ } .setting { + padding-top:22px; .set_tit { margin-left: 34px; font-size: 18px;