Browse Source

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

lanjianrong 4 năm trước cách đây
mục cha
commit
39e82394d0
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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%;
+  }
 }