From d907e8402b717302aca9ab2636a78c471d5fe4e1 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Thu, 20 Dec 2018 17:44:30 +0800 Subject: [PATCH] fix #4804 --- src/styles/components/modal.less | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/src/styles/components/modal.less b/src/styles/components/modal.less index 1f22de4..fcf8586 100644 --- a/src/styles/components/modal.less +++ b/src/styles/components/modal.less @@ -128,6 +128,10 @@ width: auto !important; margin: 10px; } + .@{modal-prefix-cls}-fullscreen{ + width: 100% !important; + margin: 0; + } .vertical-center-modal { .@{modal-prefix-cls} { flex: 1; -- libgit2 0.21.4