From 9a284ee3859ccf1cdc640763abfccebc158a5dc3 Mon Sep 17 00:00:00 2001 From: layhuts <45724118+LayHuts@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:46:43 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=A4=84=E7=90=86modal=E8=AE=BE?= =?UTF-8?q?=E7=BD=AEclass=3D"md:w-5/12"=E6=A0=BC=E5=BC=8F=E6=97=B6Fullscre?= =?UTF-8?q?en=E6=97=B6=E6=97=A0=E6=B3=95=E6=9C=80=E5=A4=A7=E5=8C=96?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#8084)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/@core/ui-kit/popup-ui/src/modal/modal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@core/ui-kit/popup-ui/src/modal/modal.vue b/packages/@core/ui-kit/popup-ui/src/modal/modal.vue index cc5eb6268..c2c25ec3a 100644 --- a/packages/@core/ui-kit/popup-ui/src/modal/modal.vue +++ b/packages/@core/ui-kit/popup-ui/src/modal/modal.vue @@ -249,7 +249,7 @@ function handleClosed() { 'shadow-3xl': !bordered, 'max-h-[min(80%,calc(100dvh-20px))] max-w-[calc(100vw-20px)]': !shouldFullscreen, - 'top-0 left-0 size-full max-h-full max-w-full transform-[translate(0,0)]!': + 'top-0 left-0 size-full! max-h-full! max-w-full! transform-[translate(0,0)]!': shouldFullscreen, 'top-1/2': centered && !shouldFullscreen, 'duration-300': !dragging,