细节调整

This commit is contained in:
kron
2025-06-21 22:28:42 +08:00
parent 6250ce248b
commit 95fdef1986
3 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ const saveImage = () => {
<view class="content">
<view :style="{ overflow: 'hidden', borderRadius: '10px' }">
<canvas
:style="{ width: '302px', height: '534px' }"
:style="{ width: '300px', height: '530px' }"
canvas-id="shareCanvas"
></canvas>
</view>