fix: 修改清空按钮样式问题
This commit is contained in:
@@ -56,13 +56,13 @@
|
||||
>
|
||||
</view>
|
||||
<view class="btn-area">
|
||||
<toy-button type="primary" bind:click="onChange" width="400rpx">
|
||||
<toy-button type="primary" bind:click="onChange" width="380rpx">
|
||||
(已选{{selectedWords.length}}个) 确定
|
||||
</toy-button>
|
||||
<toy-button
|
||||
type="white"
|
||||
bind:click="onClear"
|
||||
width="210rpx"
|
||||
width="220rpx"
|
||||
icon="clear"
|
||||
icon-class-prefix="toy-icon">
|
||||
清空
|
||||
|
||||
Reference in New Issue
Block a user