修复自定义邮箱位置及整体逻辑

This commit is contained in:
QLHazyCoder
2026-04-14 16:20:58 +08:00
parent af77e439ae
commit 89854f17f2
4 changed files with 180 additions and 39 deletions
+15
View File
@@ -1474,6 +1474,21 @@ header {
margin-bottom: 14px;
}
.modal-alert {
font-size: 12px;
line-height: 1.5;
margin-bottom: 14px;
padding: 9px 10px;
border-radius: 10px;
border: 1px solid transparent;
}
.modal-alert.is-danger {
color: var(--red);
background: var(--red-soft);
border-color: rgba(220, 38, 38, 0.18);
}
.modal-option-row {
margin-bottom: 14px;
}