fix: third api

This commit is contained in:
zzc
2026-01-31 20:59:51 +08:00
parent 3fed213c30
commit a6ee0f8be6
4 changed files with 23 additions and 5 deletions

View File

@@ -238,7 +238,7 @@
</view>
<!-- 位置调整 -->
<view v-if="activeTool === 'position'" class="section">
<view v-if="activeTool === 'position'" class="section position-section">
<view class="form-item">
<text class="label">祝福语位置 (上下)</text>
<slider
@@ -1279,6 +1279,10 @@ function drawRoundRect(ctx, x, y, w, h, r, color) {
-webkit-line-clamp: 4;
overflow: hidden;
}
.position-section{
margin-bottom: 40rpx;
}
.greeting-card.active .greeting-text {
color: #ff3b30;
}