Commit 8480454b73602380c1559c5587c6085eb88c67a2

Authored by zuihou
1 parent e024f6a6

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

Showing 1 changed file with 5 additions and 0 deletions
src/design/ant/index.less
@@ -2,6 +2,11 @@ @@ -2,6 +2,11 @@
2 @import './input.less'; 2 @import './input.less';
3 @import './btn.less'; 3 @import './btn.less';
4 4
  5 +// TODO beta.11 fix
  6 +.ant-col {
  7 + width: 100%;
  8 +}
  9 +
5 .ant-image-preview-root { 10 .ant-image-preview-root {
6 img { 11 img {
7 display: unset; 12 display: unset;