feat: 优化模态框按钮配置逻辑,支持动态按钮数量

This commit is contained in:
QLHazyCoder
2026-04-14 00:13:30 +08:00
parent c4ea41203c
commit 0361283031
2 changed files with 10 additions and 3 deletions
+4
View File
@@ -73,6 +73,10 @@
* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] {
display: none !important;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
font-size: 14px;