feat: 实现主题管理功能,优化样式和组件

This commit is contained in:
pikachu1995@126.com
2026-07-07 10:57:04 +08:00
parent 686aed848d
commit 23e3825366
20 changed files with 183 additions and 32 deletions

View File

@@ -5087,7 +5087,7 @@ scroll-view.cu-steps .cu-item {
}
.bg-user-orang {
background-color:rgba($main-color,0.1);
background-color: var(--theme-primary-10, rgba(255, 60, 42, 0.1));
color: black;
}