细节调整

This commit is contained in:
kron
2025-11-11 16:31:47 +08:00
parent 6df7986c47
commit 59a2b173a6
8 changed files with 46 additions and 32 deletions

View File

@@ -167,7 +167,13 @@ const onClose = () => {
: 0
"
>
<text v-if="step === 0" :style="{ fontSize: '28rpx' }">
<text
v-if="step === 0"
:style="{
fontSize: '28rpx',
marginTop: user.nickName.length > 6 ? '-10rpx' : '0',
}"
>
hi<text :style="{ color: '#fed847' }">{{ user.nickName }}</text>
这是新人必刷小任务0基础小白也能快速掌握弓箭技巧和游戏规则哦~
</text>