小修改
This commit is contained in:
@@ -75,7 +75,7 @@ onMounted(() => {
|
||||
|
||||
<template>
|
||||
<Container title="用户信息">
|
||||
<view :style="{ width: '100%' }">
|
||||
<scroll-view :style="{ width: '100%' }">
|
||||
<UserHeader />
|
||||
<view class="container">
|
||||
<UserItem title="用户名">{{ user.nickName }}</UserItem>
|
||||
@@ -142,7 +142,7 @@ onMounted(() => {
|
||||
v-if="showLogout"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</Container>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user