Browse Source

联级选择器 浮窗高度拉高

hbchen 8 months ago
parent
commit
fae20acabb
1 changed files with 5 additions and 0 deletions
  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;
 }