feat:优化页面按钮等样式

This commit is contained in:
R524809
2025-10-13 16:03:48 +08:00
parent 9df15e1ab4
commit 7ac81eb961
5 changed files with 59 additions and 42 deletions
+3 -5
View File
@@ -18,6 +18,7 @@
wx:for="{{cardList}}"
wx:for-item="item"
wx:for-index="index"
key="{{index}}"
word="{{item.word}}"
color="{{item.color}}"
bind:onDelete="deleteWordCard"
@@ -59,12 +60,9 @@
</toy-button>
</view>
</view>
<view id="previewWrapper" class="wrapper">
<view id="previewWrapper" class="wrapper" wx:if="{{cardList.length > 0}}">
<text class="wrapper-title">预览打印效果</text>
<view
wx:if="{{!isPCDevtool}}"
id="canvasWrapper"
class="canvas-wrapper">
<view id="canvasWrapper" class="canvas-wrapper">
<canvas
type="2d"
id="canvasContent"