mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-25 02:58:43 +08:00
fix(Form): 修复form宽度问题
This commit is contained in:
parent
e024f6a6e7
commit
8480454b73
@ -2,6 +2,11 @@
|
|||||||
@import './input.less';
|
@import './input.less';
|
||||||
@import './btn.less';
|
@import './btn.less';
|
||||||
|
|
||||||
|
// TODO beta.11 fix
|
||||||
|
.ant-col {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.ant-image-preview-root {
|
.ant-image-preview-root {
|
||||||
img {
|
img {
|
||||||
display: unset;
|
display: unset;
|
||||||
|
Loading…
Reference in New Issue
Block a user