Sfoglia il codice sorgente

fix: 增加tree-select的下拉框

louhangfei 11 mesi fa
parent
commit
8b42c50902
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      src/views/system/user/CreateDrawer.vue

+ 6 - 0
src/views/system/user/CreateDrawer.vue

@@ -336,3 +336,9 @@
     closeDrawer,
   });
 </script>
+
+<style lang="scss" scoped>
+  .protocal-select:deep(.el-select-dropdown__wrap) {
+    max-height: 600px;
+  }
+</style>