Commit d907e8402b717302aca9ab2636a78c471d5fe4e1
1 parent
f1702c48
fix #4804
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/styles/components/modal.less
| @@ -128,6 +128,10 @@ | @@ -128,6 +128,10 @@ | ||
| 128 | width: auto !important; | 128 | width: auto !important; |
| 129 | margin: 10px; | 129 | margin: 10px; |
| 130 | } | 130 | } |
| 131 | + .@{modal-prefix-cls}-fullscreen{ | ||
| 132 | + width: 100% !important; | ||
| 133 | + margin: 0; | ||
| 134 | + } | ||
| 131 | .vertical-center-modal { | 135 | .vertical-center-modal { |
| 132 | .@{modal-prefix-cls} { | 136 | .@{modal-prefix-cls} { |
| 133 | flex: 1; | 137 | flex: 1; |