This commit is contained in:
hetian
2024-03-29 09:26:47 +08:00
parent cf6aa0ea6b
commit 810adaa117
7 changed files with 495 additions and 152 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="new-users copy-data" :style="{height:pageHeight}">
<view class="new-users copy-data" ><!-- 去掉了 :style="{height:pageHeight}" -->
<view class="mid" style="flex:1;overflow: hidden;">
<scroll-view scroll-y="true" style="height: 100%;">
<view class="bg"></view>
@@ -391,6 +391,7 @@
}
.new-users {
//margin-top: var(--status-bar-height);
display: flex;
flex-direction: column;
height: 100%;