优化日期选择和提示圆角

This commit is contained in:
2026-06-05 12:34:08 +08:00
parent f37f321d64
commit 8201f526f0
4 changed files with 144 additions and 54 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
v-for="alert in alerts"
:key="alert.id"
:class="[
'w-full rounded-lg shadow-xl overflow-hidden',
'w-full rounded-[30px] shadow-xl overflow-hidden',
'bg-gradient-to-r',
gradientClasses[alert.type]
]"