style: 运行 format 格式化代码

This commit is contained in:
熊熊熊子路
2026-01-16 10:42:42 +08:00
parent 29802956ac
commit d2bca8e36b
17 changed files with 24 additions and 20 deletions
+1 -1
View File
@@ -5,4 +5,4 @@
"t-tab-bar": "tdesign-miniprogram/tab-bar/tab-bar",
"t-tab-bar-item": "tdesign-miniprogram/tab-bar-item/tab-bar-item"
}
}
}
+1 -1
View File
@@ -1 +1 @@
/* custom-tab-bar/index.wxss */
/* custom-tab-bar/index.wxss */
+8 -2
View File
@@ -1,6 +1,12 @@
<!--custom-tab-bar/index.wxml-->
<t-tab-bar t-class="t-tab-bar" value="{{value}}" bindchange="onChange" fixed="{{false}}" split="{{false}}">
<t-tab-bar
t-class="t-tab-bar"
value="{{value}}"
bindchange="onChange"
fixed="{{false}}"
split="{{false}}"
>
<t-tab-bar-item wx:for="{{list}}" wx:key="value" value="{{item.value}}" icon="{{item.icon}}">
{{item.label}}
</t-tab-bar-item>
</t-tab-bar>
</t-tab-bar>