细节调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user