style: 加宽帮助面板 600px → 760px

This commit is contained in:
Metona
2026-04-17 08:57:03 +08:00
parent 47747bf913
commit a2cff73fd7
+1 -1
View File
@@ -1723,7 +1723,7 @@ html, body {
/* ═══ 帮助弹框 ═══ */ /* ═══ 帮助弹框 ═══ */
#helpModal .modal { #helpModal .modal {
max-width: 600px; max-width: 760px;
max-height: 85vh; max-height: 85vh;
} }