样式修正,支持配置登录方式、icon等

This commit is contained in:
2025-12-24 14:12:44 +08:00
parent 3d1e19030a
commit 3499a516fe
33 changed files with 246 additions and 345 deletions

View File

@@ -466,7 +466,7 @@ onMounted(() => {
.title-icon {
font-size: 28px;
color: #409eff;
color: #C62828;
}
}
@@ -476,7 +476,7 @@ onMounted(() => {
margin: 0;
.keyword-text {
color: #409eff;
color: #C62828;
font-weight: 600;
}
}
@@ -558,7 +558,7 @@ onMounted(() => {
.stat-value {
font-size: 18px;
font-weight: 600;
color: #409eff;
color: #C62828;
}
.stat-divider {
@@ -622,7 +622,7 @@ onMounted(() => {
.el-icon {
font-size: 24px;
color: #409eff;
color: #C62828;
}
}
@@ -696,7 +696,7 @@ onMounted(() => {
.view-button {
padding: 8px 24px;
background: white;
color: #409eff;
color: #C62828;
border-radius: 20px;
font-size: 14px;
font-weight: 600;