feat: 主题颜色的调整,现在支持切换颜色
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
}
|
||||
|
||||
.tag-text {
|
||||
color: #2d91ff; /* 蓝色文字,可根据设计调整 */
|
||||
color: $theme-color-500;
|
||||
font-size: $uni-font-size-base;
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
.right {
|
||||
background-color: #2d91ff;
|
||||
background-color: $theme-color-500;
|
||||
border-radius: 5px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user