feat:更新iconfont

This commit is contained in:
2025-06-11 11:24:01 +08:00
34 changed files with 639 additions and 5726 deletions
+1 -41
View File
@@ -42,55 +42,15 @@
show="{{showColorPopup}}"
currentColor="{{currentColor}}"
bind:onClose="onCloseColorPopup" />
<!-- <van-popup
show="{{ showColorPopup }}"
bind:close="onClose"
custom-class="color-picker-popup">
<view class="color-picker-container">
<text class="color-picker-title">选择颜色</text>
<view class="color-options-title">
<text class="color-options-title-text">基础12色</text>
<view class="color-options-title-line"></view>
</view>
<view class="color-options">
<block wx:for="{{WATER_COLORS.basic12}}" wx:key="index">
<view
class="color-option"
style="background-color: {{item.hex}};"
bindtap="onSelectColor"
data-color="{{item.hex}}"></view>
</block>
</view>
<view class="color-options-title">
<text class="color-options-title-text">扩展24色</text>
<view class="color-options-title-line"></view>
</view>
<view class="color-options">
<block wx:for="{{WATER_COLORS.extended24}}" wx:key="index">
<view
class="color-option"
style="background-color: {{item.hex}};"
bindtap="onSelectColor"
data-color="{{item.hex}}"></view>
</block>
</view>
</view>
</van-popup> -->
</view>
<view class="btn-area">
<!-- <view
class="btn btn-green {{cardList.length > 0 ? '' : 'disabled'}}"
bindtap="exportToPrint">
<van-icon class-prefix="j-icon" name="download" size="44rpx" />
<text class="btn-text">下载打印</text>
</view> -->
<toy-button
type="green"
bind:click="exportToPrint"
width="680rpx"
disabled="{{cardList.length <= 0}}"
icon="download"
icon-class-prefix="j-icon">
icon-class-prefix="toy-icon">
下载打印
</toy-button>
</view>