修复删除脚本参数

This commit is contained in:
whyour
2025-03-18 23:17:03 +08:00
parent 576408de01
commit c0ec063333
2 changed files with 2 additions and 1 deletions
@@ -12,7 +12,7 @@
background: var(--card-background);
padding: 24px;
border-radius: 12px;
max-width: 360px;
max-width: 390px;
width: 100%;
transition: all 0.3s ease;
}