feat: implement session timeout feature with customizable actions and update UI components

This commit is contained in:
shuaiplus
2026-04-25 03:49:15 +08:00
parent a1f7250e90
commit db8b9263a1
7 changed files with 302 additions and 135 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
.dialog-card {
@apply rounded-[20px] border bg-white p-5 text-center;
width: min(460px, 100%);
width: min(5000px, 100%);
border: 1px solid var(--line);
box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
transform-origin: 50% 30%;