后台管理系统优化

This commit is contained in:
2025-12-27 16:45:38 +08:00
parent a4e2542b23
commit 464386efe0
14 changed files with 542 additions and 57 deletions
@@ -1581,7 +1581,7 @@ onMounted(() => {
.page-title {
margin-bottom: 20px;
font-size: 24px;
color: #333;
color: var(--ls-text);
}
.search-card {
@@ -1614,8 +1614,9 @@ onMounted(() => {
.stats-row {
margin-bottom: 20px;
padding: 20px;
background: #f8f9fa;
border-radius: 8px;
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.06);
border-radius: var(--ls-radius-lg);
}
.pagination {
@@ -1627,7 +1628,7 @@ onMounted(() => {
.form-tip {
margin-left: 10px;
font-size: 12px;
color: #999;
color: rgba(226, 232, 240, 0.6);
}
}
@@ -1635,8 +1636,8 @@ onMounted(() => {
.test-section {
h4 {
margin-bottom: 20px;
color: #333;
border-bottom: 2px solid #409eff;
color: var(--ls-text);
border-bottom: 2px solid rgba(255, 171, 145, 0.6);
padding-bottom: 8px;
}
@@ -1646,7 +1647,7 @@ onMounted(() => {
gap: 8px;
.info-icon {
color: #909399;
color: rgba(226, 232, 240, 0.6);
cursor: help;
}
}