mjz update

This commit is contained in:
mjz
2023-06-17 23:53:47 +08:00
parent a2653e6d5a
commit 0533aa0ebf
73 changed files with 1916 additions and 158 deletions
+11 -1
View File
@@ -90,4 +90,14 @@ nav 导航栏是结合 uni-app 的 scroll-view 标签设计出来的,使用的
<text class="cuIcon-clothesfill"></text> 皮肤
</view>
</scroll-view>
```
```
## 导航栏相关class
|class| 说明| 可选值|
|--| --| --|
|nav |导航栏必选值| ——|
|cu-item |导航栏子元素 |——|
|flex| flex布局| ——|
|flex-sub |flex:1,平分| ——|
|text-center| 居中| ——|