fix: 修改清空按钮样式问题

This commit is contained in:
2025-07-23 12:52:50 +08:00
parent 3bca31e219
commit b20512f871
@@ -56,13 +56,13 @@
> >
</view> </view>
<view class="btn-area"> <view class="btn-area">
<toy-button type="primary" bind:click="onChange" width="400rpx"> <toy-button type="primary" bind:click="onChange" width="380rpx">
(已选{{selectedWords.length}}个) 确定 (已选{{selectedWords.length}}个) 确定
</toy-button> </toy-button>
<toy-button <toy-button
type="white" type="white"
bind:click="onClear" bind:click="onClear"
width="210rpx" width="220rpx"
icon="clear" icon="clear"
icon-class-prefix="toy-icon"> icon-class-prefix="toy-icon">
清空 清空