From c86ae82d197dc0d126762b21b36f88ea3a97fc51 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 27 Aug 2024 14:43:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E9=A1=B9=E7=9B=AE=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=A1=B9=E7=9B=AE=E7=BC=96=E5=8F=B7=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/ProjectAdd.vue | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/views/projectcenter/ProjectAdd.vue b/src/views/projectcenter/ProjectAdd.vue index cf96826d..58bc803b 100644 --- a/src/views/projectcenter/ProjectAdd.vue +++ b/src/views/projectcenter/ProjectAdd.vue @@ -147,6 +147,12 @@ +
+
项目编号:
+
+ +
+
@@ -772,6 +778,20 @@ export default { } } + .num{ + display: flex; + justify-content: center; + align-items: center; + .num_text{ + color: #6f6f6f; + font-size: 14px; + // margin-right: 7px; + } + .num_input{ + width: 184px; + } + } + .filebox { margin-left: 14px; flex: 1;