mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-23 11:50:20 +08:00
fix(Form): 修复form宽度问题
This commit is contained in:
parent
e024f6a6e7
commit
8480454b73
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user