chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d907e8402b717302aca9ab2636a78c471d5fe4e1
Authored by
梁灏
2018-12-20 17:44:30 +0800
1 parent
f1702c48
fix #4804
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/styles/components/modal.less
Inline
Side-by-side
src/styles/components/modal.less
Wrap text
Show/Hide comments
View file @
d907e84
...
...
@@ -128,6 +128,10 @@
128
128
width: auto !important;
129
129
margin: 10px;
130
130
}
131
+ .@{modal-prefix-cls}-fullscreen{
132
+ width: 100% !important;
133
+ margin: 0;
134
+ }
131
135
.vertical-center-modal {
132
136
.@{modal-prefix-cls} {
133
137
flex: 1;
...
...