张含笑
2025-10-24 ba01c251096c859bd5444aaa11b85e2fcb1270a4
feat:去掉单文件背景
4 files modified
19 ■■■■ changed files
src/pages/user/index.vue 3 ●●●● patch | view | raw | blame | history
src/pages/work/index.vue 3 ●●●● patch | view | raw | blame | history
src/subPackages/userDetail/infos/index.vue 4 ●●● patch | view | raw | blame | history
src/subPackages/userDetail/password/index.vue 9 ●●●●● patch | view | raw | blame | history
src/pages/user/index.vue
@@ -110,8 +110,7 @@
    .page-wrap {
        width: 100%;
        height: 100%;
        background: url('/src/static/images/user/allBg.svg') no-repeat center center;
        background-size: cover;
        padding-top: 88rpx;
    }
src/pages/work/index.vue
@@ -60,7 +60,6 @@
    .eventTickets {
        width: 100%;
        height: 100%;
        background: url('/src/static/images/user/allBg.svg') no-repeat center center;
        background-size: cover;
    }
</style>
src/subPackages/userDetail/infos/index.vue
@@ -129,9 +129,7 @@
        display: flex;
        flex-direction: column;
        align-items: center;
        background: url('/src/static/images/user/allBg.svg') no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
src/subPackages/userDetail/password/index.vue
@@ -92,20 +92,11 @@
<style lang="scss" scoped>
    .container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: url('/src/static/images/user/allBg.svg') no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .detailBox {