hongrunxia пре 1 година
родитељ
комит
03acc4f817

+ 1 - 1
src/views/vent/comment/components/customHeader.vue

@@ -59,7 +59,7 @@ export default defineComponent({
 @import '/@/design/vent/modal.less';
 
 .@{ventSpace}-select-dropdown {
-  color: #fff !important;
+  // color: #fff !important;
   .@{ventSpace}-select-item-option-selected,
   .@{ventSpace}-select-item-option-active {
     background-color: #ffffff33 !important;

+ 16 - 1
src/views/vent/monitorManager/comment/DeviceEcharts.vue

@@ -136,7 +136,6 @@
   import { defHttp } from '/@/utils/http/axios';
   import { Select, Pagination } from 'ant-design-vue';
 
-
   export default defineComponent({
     name: 'DeviceEcharts',
     components: { BarAndLine, Select, Pagination },
@@ -340,6 +339,14 @@
     },
   });
 </script>
+<style lang="less" >
+  :deep(.vent-select-dropdown) {
+    color: #000 !important;
+    .vent-select-item{
+      color: #000 !important;
+    }
+  }
+</style>
 <style lang="less" scoped>
   @import '/@/design/vent/color.less';
   .charts-container {
@@ -369,5 +376,13 @@
     .@{ventSpace}-picker-separator {
       color: #fff !important;
     }
+    
+  }
+  :deep(.@{ventSpace}-select-dropdown) {
+    color: #000 !important;
+    .@{ventSpace}-select-item{
+      color: #000 !important;
+    }
   }
 </style>
+