feat:添加按钮点击效果
This commit is contained in:
@@ -41,7 +41,8 @@
|
||||
<color-picker
|
||||
show="{{showColorPopup}}"
|
||||
currentColor="{{currentColor}}"
|
||||
bind:onClose="onCloseColorPopup" />
|
||||
bind:onClose="onCloseColorPopup"
|
||||
bind:onChange="onChangeColor" />
|
||||
</view>
|
||||
<view class="btn-area">
|
||||
<toy-button
|
||||
@@ -53,4 +54,12 @@
|
||||
icon-class-prefix="toy-icon">
|
||||
下载打印
|
||||
</toy-button>
|
||||
<!-- <toy-button
|
||||
type="green"
|
||||
width="680rpx"
|
||||
disabled="{{cardList.length <= 0}}"
|
||||
icon="download"
|
||||
icon-class-prefix="toy-icon">
|
||||
下载打印
|
||||
</toy-button> -->
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user