fix: alert width fixed in small screen (#6312)

This commit is contained in:
Netfan
2025-05-30 19:54:26 +08:00
committed by GitHub
parent 96a10ca83f
commit 081d08a7f8
2 changed files with 2 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ defineExpose({
v-bind="forwarded"
:class="
cn(
'z-popup bg-background w-full p-6 shadow-lg outline-none sm:rounded-xl',
'z-popup bg-background p-6 shadow-lg outline-none sm:rounded-xl',
'data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95',
'data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95',
{