Forráskód Böngészése

部门统计修改

duy 2 éve
szülő
commit
3f8cbd7efa

+ 1 - 0
src/views/static/components/tab-decost.vue

@@ -12,6 +12,7 @@
                     align="center"
                     :prop="item1.id"
                     :label="item1.name"
+                    width="140"
                 />
             </el-table-column>
         </el-table>

+ 1 - 1
src/views/static/components/tab-month.vue

@@ -164,6 +164,6 @@ const headerStyle = ({ column, rowIndex, columnIndex })=>{
 
 <style  lang="scss">
 .warm-row {
-  background-color: rgb(154, 154, 154) !important;
+  background-color:#dee7ef !important;
 }
 </style>