更新架构
This commit is contained in:
parent
40f5926ba4
commit
bcfef1f4c9
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -136,7 +136,7 @@ onMounted(() => {
|
||||
|
||||
.retry-btn {
|
||||
padding: 10px 20px;
|
||||
background-color: #409eff;
|
||||
background-color: #3973ff;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user