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
+7 -1
View File
@@ -1,5 +1,11 @@
<!--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>
+1 -3
View File
@@ -28,9 +28,7 @@
/>
<view class="button-group">
<t-button theme="primary" size="large" bind:tap="handleLogin" block>
登录
</t-button>
<t-button theme="primary" size="large" bind:tap="handleLogin" block> 登录 </t-button>
</view>
</view>
</view>