Commit d907e8402b717302aca9ab2636a78c471d5fe4e1

Authored by 梁灏
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 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;
... ...