feat: 重构仪表盘布局并优化交互

This commit is contained in:
2026-05-05 16:05:59 +08:00
parent 0721ed099c
commit c18039f790
8 changed files with 119 additions and 97 deletions
+13
View File
@@ -163,8 +163,21 @@ body {
background: transparent !important;
}
.el-button--primary.is-link {
color: #18181b !important;
}
.el-button--primary.is-link:hover {
background: transparent !important;
color: #27272a !important;
}
.el-button--danger.is-link {
color: #ef4444 !important;
}
.el-button--danger.is-link:hover {
color: #dc2626 !important;
}
/* Small buttons */