feat: 文字涂色
This commit is contained in:
@@ -9,10 +9,9 @@
|
||||
data-index="{{index}}"></view>
|
||||
</block>
|
||||
</view> -->
|
||||
|
||||
<!-- 画布容器 -->
|
||||
<canvas type="2d" id="textCanvas" class="canvas-container" />
|
||||
|
||||
<canvas type="2d" id="textCanvas" class="canvas-container" style="width:{{boxWidth}}px;height:{{boxHeight}}px" />
|
||||
<view>当前宽度:{{boxWidth}}px,高度:{{boxHeight}}px</view>
|
||||
<!-- 操作按钮 -->
|
||||
<button class="action-btn" bindtap="exportToPrint">导出A4图片</button>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user