瀏覽代碼

联级选择器 浮窗高度拉高

hbchen 9 月之前
父節點
當前提交
fae20acabb
共有 1 個文件被更改,包括 5 次插入0 次删除
  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;
 }