Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
8480454b73602380c1559c5587c6085eb88c67a2
Authored by
zuihou
2021-12-10 21:24:48 +0800
1 parent
e024f6a6
fix(Form): 修复form宽度问题
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/design/ant/index.less
src/design/ant/index.less
View file @
8480454
...
...
@@ -2,6 +2,11 @@
2
2
@import './input.less';
3
3
@import './btn.less';
4
4
5
+// TODO beta.11 fix
6
+.ant-col {
7
+ width: 100%;
8
+}
9
+
5
10
.ant-image-preview-root {
6
11
img {
7
12
display: unset;
...
...