后台管理系统优化
This commit is contained in:
@@ -143,18 +143,19 @@ onMounted(() => {
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
padding: 12px;
|
||||
border: 1px solid #e4e7ed;
|
||||
border-radius: 8px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
border-radius: var(--ls-radius-md);
|
||||
background: rgba(255, 255, 255, 0.02);
|
||||
transition: all 0.3s;
|
||||
|
||||
&:hover {
|
||||
border-color: #409eff;
|
||||
background-color: #f0f9ff;
|
||||
border-color: rgba(255, 171, 145, 0.28);
|
||||
background: rgba(255, 171, 145, 0.06);
|
||||
}
|
||||
|
||||
.action-icon {
|
||||
font-size: 24px;
|
||||
color: #409eff;
|
||||
color: var(--ls-accent-orange);
|
||||
}
|
||||
|
||||
.action-content {
|
||||
@@ -163,13 +164,13 @@ onMounted(() => {
|
||||
.action-title {
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
color: #333;
|
||||
color: rgba(226, 232, 240, 0.92);
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.action-desc {
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
color: rgba(226, 232, 240, 0.6);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user