Browse Source

[Mod 0000] 优化历史下拉框样式

hongrunxia 1 month ago
parent
commit
73928e7364

File diff suppressed because it is too large
+ 1669 - 1344
src/views/vent/monitorManager/deviceMonitor/components/device/index.vue


+ 4 - 0
src/views/vent/monitorManager/gateMonitor/index.vue

@@ -1054,4 +1054,8 @@
   :deep(.zxm-radio-disabled .zxm-radio-inner::after) {
     background-color: #127cb5 !important;
   }
+  :deep(.@{ventSpace}-picker-datetime-panel) {
+    height: 200px !important;
+    overflow-y: auto !important;
+  }
 </style>

+ 4 - 0
src/views/vent/monitorManager/windowMonitor/index.vue

@@ -598,4 +598,8 @@
       height: 350px;
     }
   }
+  :deep(.@{ventSpace}-picker-datetime-panel) {
+    height: 200px !important;
+    overflow-y: auto !important;
+  }
 </style>

+ 4 - 0
src/views/vent/monitorManager/windrectMonitor/index.vue

@@ -829,4 +829,8 @@
       }
     }
   }
+  :deep(.@{ventSpace}-picker-datetime-panel) {
+    height: 200px !important;
+    overflow-y: auto !important;
+  }
 </style>

Some files were not shown because too many files changed in this diff