소스 검색

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%;
+  }
 }