吉安感知网项目-前端
张含笑
2026-01-09 315245f11cdf9655d8b94cd2bf2776602e1b4b29
feat:添加背景
1 files modified
5 ■■■■ changed files
uniapps/work-app/src/pages/user/index.vue 5 ●●●● 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 {