feat: 重构仪表盘布局并优化交互
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user