| uniapps/work-app/src/pages/user/index.vue | ●●●●● patch | view | raw | blame | history |
uniapps/work-app/src/pages/user/index.vue
@@ -1,6 +1,7 @@ <!-- 我的 --> <template> <view class="page-wrap"> <view class="pageUser"> <view class="userBox"> <view class="flex items-center pb-30rpx pl-30rpx pr-20rpx"> <view class="mr-20rpx"> @@ -37,6 +38,8 @@ <view class="goOutBtn"> <div class="goOutStyle" @click="logOut">退出登录</div> </view> </view> </view> @@ -96,7 +99,7 @@ height: 100%; } .pageUser { background: url("@/static/images/user/userbg.svg") no-repeat center; background: url("@/static/images/user/userbg.svg") no-repeat ; } .userBox {