Browse Source

2022.3.24

17613754660 3 years ago
parent
commit
5db5a0bc11
1 changed files with 4 additions and 1 deletions
  1. 4 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

+ 4 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

@@ -3,7 +3,7 @@
         <!--工具条-->
         <el-col :span="24" class="toolbar" style="padding-bottom: 0px;">
             <el-form :inline="true">
-                <el-form-item label="项目列表">
+                <el-form-item label="项目列表" class="toolbar_formitem_n1">
                     
                 </el-form-item>
                 <el-form-item >
@@ -2127,4 +2127,7 @@ a {
 .ganttdialog .el-dialog__body{
     height: 880px;
 }
+.toolbar_formitem_n1{
+    margin-right: 0 !important;
+}
 </style>