This commit is contained in:
parent
74ac5bc140
commit
7601d0c76a
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="page-bg" :style="{ height: `calc(100vh - ${statusBarHeight})` }">
|
<view class="page-bg">
|
||||||
<view class="upper-user">
|
<view class="upper-user">
|
||||||
<view class="user-rig">
|
<view class="user-rig">
|
||||||
<view>你好!</view>
|
<view>你好!</view>
|
||||||
|
|
@ -212,7 +212,7 @@ onShow(async () => {
|
||||||
background: url('../../../static/bgd.png');
|
background: url('../../../static/bgd.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
/* min-height: 100vh; */
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
.upper-user {
|
.upper-user {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue