更新架构

This commit is contained in:
李志强 2026-01-27 18:02:04 +08:00
parent 40f5926ba4
commit bcfef1f4c9
3 changed files with 7 additions and 7 deletions

View File

@ -459,7 +459,7 @@ onMounted(async () => {
width: 50px; width: 50px;
height: 50px; height: 50px;
border-radius: 50%; border-radius: 50%;
background-color: #409eff; background-color: #3973ff;
color: #fff; color: #fff;
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -482,7 +482,7 @@ onMounted(async () => {
} }
&:hover .tool-text { &:hover .tool-text {
color: #409eff; color: #3973ff;
} }
} }
} }
@ -500,10 +500,10 @@ onMounted(async () => {
&:hover { &:hover {
.nav-label { .nav-label {
color: #409eff; color: #3973ff;
} }
.nav-title { .nav-title {
color: #409eff; color: #3973ff;
} }
} }
@ -576,7 +576,7 @@ onMounted(async () => {
cursor: pointer; cursor: pointer;
&:hover { &:hover {
color: #409eff; color: #3973ff;
transition: color 0.3s ease; transition: color 0.3s ease;
} }
} }

View File

@ -178,7 +178,7 @@ onUnmounted(() => {
width: 50px; width: 50px;
height: 50px; height: 50px;
border-radius: 50%; border-radius: 50%;
background-color: #409eff; background-color: #3973ff;
color: #fff; color: #fff;
display: flex; display: flex;
justify-content: center; justify-content: center;

View File

@ -136,7 +136,7 @@ onMounted(() => {
.retry-btn { .retry-btn {
padding: 10px 20px; padding: 10px 20px;
background-color: #409eff; background-color: #3973ff;
color: white; color: white;
border: none; border: none;
border-radius: 4px; border-radius: 4px;