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;