wyh 1 年之前
父节点
当前提交
6b14fd7c98
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/views/module_ems/photovoltaic/inverterMonitor/index.vue

+ 5 - 1
src/views/module_ems/photovoltaic/inverterMonitor/index.vue

@@ -683,7 +683,7 @@ export default {
     background: url('../../../../assets/images/ns2.png') no-repeat center center;
     background-size: 70%;
   }
-  
+
   .i{
     font-size: 2vw;
     border-radius: 100%;
@@ -815,4 +815,8 @@ export default {
   background-color: #01ADA8 !important;
   color: #fff;
 }
+::v-deep .ant-table-thead{
+  background-color: #01ADA8 !important;
+  color: #fff;
+}
 </style>