From 8f9e5c0f0e89d013d1ffd005727f66431bad78d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=89=B2?= Date: Tue, 5 Nov 2024 17:55:05 +0800 Subject: [PATCH] fix(theme): fix `lg` size of modal style (#1845) --- packages/theme/system/antd/_modal.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/theme/system/antd/_modal.less b/packages/theme/system/antd/_modal.less index 158bd9fa72..14d0dd2acf 100644 --- a/packages/theme/system/antd/_modal.less +++ b/packages/theme/system/antd/_modal.less @@ -23,7 +23,7 @@ } // Extra large screen / large descktop -@media (min-width: @screen-xxl) { +@media (min-width: @screen-xl) { .modal-xl .@{ant-prefix}-modal { width: auto !important; max-width: @modal-xl;