소스 검색

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

hongrunxia 3 달 전
부모
커밋
73928e7364

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.