refactor: 样式调整和代码优化

This commit is contained in:
Ray.Hao
2025-10-06 14:02:15 +08:00
parent dbb43bc57e
commit e743d04375
21 changed files with 177 additions and 891 deletions

View File

@@ -145,7 +145,7 @@ page {
```scss
// ✅ 推荐使用wot内置变量
.my-component {
background-color: var(--wot-card-bg);
background-color: var(--wot-color-bg);
color: var(--wot-color-text);
}