Sfoglia il codice sorgente

联级选择器 浮窗高度拉高

hbchen 9 mesi fa
parent
commit
fae20acabb
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      src/styles/global.scss

+ 5 - 0
src/styles/global.scss

@@ -153,4 +153,9 @@ button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusri
     .chart-instruction {
         width:30%;
     }
+}
+// 联级选择器 浮窗高度拉高
+.el-cascader-menu__wrap{
+    height: auto;
+    max-height: 408px;
 }