浏览代码

部门统计修改

duy 2 年之前
父节点
当前提交
3f8cbd7efa
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      src/views/static/components/tab-decost.vue
  2. 1 1
      src/views/static/components/tab-month.vue

+ 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>