修复了一些已知问题

This commit is contained in:
2026-04-29 15:20:28 +08:00
parent 3aac2395a0
commit 5c0b9c8516
10 changed files with 117 additions and 20 deletions

View File

@@ -350,6 +350,33 @@ tr:hover {
background: #2f855a;
}
.btn-warning {
background: #d69e2e;
color: white;
}
.btn-warning:hover {
background: #b7791f;
}
.btn-info {
background: #3182ce;
color: white;
}
.btn-info:hover {
background: #2b6cb0;
}
.btn-secondary {
background: #718096;
color: white;
}
.btn-secondary:hover {
background: #4a5568;
}
.btn-sm {
padding: 4px 10px;
font-size: 12px;