气泡调整
This commit is contained in:
@@ -260,11 +260,7 @@ const onClose = () => {
|
||||
</view>
|
||||
<view :style="{ marginBottom: '20px' }">
|
||||
<SButton v-if="step !== 4" :onClick="nextStep" :disabled="btnDisabled">
|
||||
<BubbleTip
|
||||
v-if="showGuide"
|
||||
type="long"
|
||||
:location="{ top: '-50%', left: '50%' }"
|
||||
>
|
||||
<BubbleTip v-if="showGuide" :type="step === 1 ? 'long' : 'short'">
|
||||
<text :style="{ transform: 'translateY(-18rpx)' }">{{
|
||||
step === 1 ? "学会了,我摆得比教练还帅" : "我找到合适的点位了"
|
||||
}}</text>
|
||||
|
||||
Reference in New Issue
Block a user