fix: third api
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user