ソースを参照

fix(Form): 修复form宽度问题

zuihou 3 年 前
コミット
8480454b73
1 ファイル変更5 行追加0 行削除
  1. 5 0
      src/design/ant/index.less

+ 5 - 0
src/design/ant/index.less

@@ -2,6 +2,11 @@
 @import './input.less';
 @import './btn.less';
 
+// TODO beta.11 fix
+.ant-col {
+  width: 100%;
+}
+
 .ant-image-preview-root {
   img {
     display: unset;