basePage的优化

This commit is contained in:
minimaxagent1 2025-08-08 09:32:20 +08:00
parent ab61beead6
commit 2f0b3f87dd
2 changed files with 2 additions and 7 deletions

View File

@ -14,17 +14,13 @@
/>
<!-- 页面内容将在这里添加 -->
</view>
</view>
</template>
<script>
import CommonEnum from "../../enum/common";
import StatusDisplay from "../../components/status-display/status-display.vue";
export default {
components: {
StatusDisplay
},
data() {
return {
@ -62,7 +58,7 @@ export default {
}
.header {
width: 100%;
min-height: 100vh;
//min-height: 100vh;//
display: flex;
align-items: flex-start;
flex-direction: column;

View File

@ -89,9 +89,8 @@ export default {
.page {
width: 100%;
min-height: 100vh;
background: transparent;
border-radius: 0rpx 0rpx 0rpx 0rpx;
/* 移除padding-top因为导航栏已经处理了状态栏适配 */
}
.header {