浏览代码

feat: 修改EditForm下级联的宽度调整为100%显示

lanjianrong 4 年之前
父节点
当前提交
39e82394d0
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/components/LazyCascader/index.less

+ 3 - 0
src/components/LazyCascader/index.less

@@ -2,4 +2,7 @@
   :global(.ant-cascader-menu) {
     height: 250px;
   }
+  :global(.ant-cascader) {
+    width: 100%;
+  }
 }