소스 검색

feat(views): 优化“实时监测”页面的智能寻优表格样式

wangcong 2 주 전
부모
커밋
63affe4d1f
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      src/views/real-time-monitor/device-control/AIOptimization.vue

+ 8 - 0
src/views/real-time-monitor/device-control/AIOptimization.vue

@@ -308,6 +308,14 @@ const handleOk = () => {
       background: rgba(255 255 255 / 8%);
     }
   }
+
+  .ant-empty-normal {
+    color: rgba(255 255 255 / 25%);
+  }
+
+  .ant-table-placeholder:hover > td {
+    background: transparent;
+  }
 }
 
 .ai-optimize-input {