feat: add dashboard restart action and improve text button contrast

This commit is contained in:
liuwei
2026-04-07 13:14:13 +08:00
parent 4423f64272
commit 7cdda82e39
3 changed files with 78 additions and 1 deletions

View File

@@ -362,6 +362,26 @@
background: rgba(255,255,255,0.96) !important;
}
.el-button--text {
color: #334155 !important;
font-weight: 600 !important;
padding: 6px 10px !important;
border-radius: 10px !important;
background: rgba(248, 250, 252, 0.9) !important;
border: 1px solid rgba(148, 163, 184, 0.14) !important;
}
.el-button--text:hover,
.el-button--text:focus {
color: var(--primary) !important;
background: rgba(99, 102, 241, 0.08) !important;
border-color: rgba(99, 102, 241, 0.18) !important;
}
.el-button--text [class*="el-icon-"] {
color: inherit !important;
}
.el-button--success,
.el-button--warning,
.el-button--danger,