瀏覽代碼

2022.3.24

17613754660 3 年之前
父節點
當前提交
5db5a0bc11
共有 1 個文件被更改,包括 4 次插入1 次删除
  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>