fix: connect remaining sms pages to real backend

This commit is contained in:
hectorzhao
2026-07-02 19:30:04 +08:00
parent 06562e42dd
commit 131f344ac4
50 changed files with 2074 additions and 6400 deletions
+26
View File
@@ -58,6 +58,26 @@
background: var(--color-selected-hover);
}
.ui-button--success {
background: rgba(22, 163, 74, 0.12);
color: #15803d;
}
.ui-button--success:hover {
background: rgba(22, 163, 74, 0.2);
color: #166534;
}
.ui-button--warning {
background: rgba(245, 158, 11, 0.14);
color: #b45309;
}
.ui-button--warning:hover {
background: rgba(245, 158, 11, 0.22);
color: #92400e;
}
.ui-button--ghost {
background: var(--color-surface);
border-color: var(--color-border);
@@ -79,6 +99,12 @@
background: #b91c1c;
}
.ui-button--danger .ui-button__icon,
.ui-button--danger .ui-button__icon svg {
color: #fff;
stroke: #fff;
}
.ui-button--icon-only {
padding: 0;
width: var(--control-height-md);