更新架构

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

View File

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

View File

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