细节调整
This commit is contained in:
@@ -222,7 +222,7 @@ onShareTimeline(async () => {
|
||||
/>
|
||||
</button> -->
|
||||
</view>
|
||||
<view :style="{ transform: 'translateY(-45rpx)' }">
|
||||
<view :style="{ transform: 'translateY(-45rpx) scale(0.9)' }">
|
||||
<BowTargetEdit
|
||||
:id="targetId"
|
||||
:src="targetSrc"
|
||||
@@ -291,7 +291,7 @@ onShareTimeline(async () => {
|
||||
</view>
|
||||
<ScreenHint2
|
||||
:show="showTip || showTip2 || showTip3"
|
||||
:onClose="!notes && showTip3 ? null : closeTip"
|
||||
:onClose="showTip3 ? null : closeTip"
|
||||
>
|
||||
<view class="tip-content">
|
||||
<block v-if="showTip">
|
||||
|
||||
Reference in New Issue
Block a user