This commit is contained in:
bb_pan 2025-07-16 18:36:45 +08:00
parent 74ac5bc140
commit 7601d0c76a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template>
<view class="page-bg" :style="{ height: `calc(100vh - ${statusBarHeight})` }">
<view class="page-bg">
<view class="upper-user">
<view class="user-rig">
<view>你好</view>
@ -212,7 +212,7 @@ onShow(async () => {
background: url('../../../static/bgd.png');
background-repeat: no-repeat;
background-size: 100% 100%;
/* min-height: 100vh; */
min-height: 100vh;
}
.upper-user {
width: 85%;