气泡调整
This commit is contained in:
@@ -107,14 +107,11 @@ onUnmounted(() => {
|
||||
/>
|
||||
<view class="user-row">
|
||||
<Avatar :src="user.avatar" :size="35" />
|
||||
<BowPower :power="power" />
|
||||
<BubbleTip
|
||||
v-if="showGuide"
|
||||
:location="{ top: '40%', left: '5%', paddingLeft: '16rpx' }"
|
||||
>
|
||||
<BubbleTip v-if="showGuide" type="normal2">
|
||||
<text>完成过半,胜利</text>
|
||||
<text>在望!💪</text>
|
||||
</BubbleTip>
|
||||
<BowPower :power="power" />
|
||||
</view>
|
||||
<BowTarget
|
||||
:start="start"
|
||||
|
||||
Reference in New Issue
Block a user