修复bug

This commit is contained in:
zhouyanli
2026-08-17 18:02:46 +08:00
parent a4c7318ff6
commit 1710cba509
6 changed files with 69 additions and 69 deletions

View File

@@ -1,9 +1,5 @@
<template>
<view class="contentStyle">
<view class="status-bar"></view>
<uni-nav-bar title="注销账号" left-icon="left" @clickLeft="goBack" backgroundColor="transparent" :border="false">
</uni-nav-bar>
<scroll-view class="page" scroll-y>
<!-- 提示信息 -->
<view class="warning-box">
@@ -111,6 +107,7 @@ onUnload(() => {
<style lang="scss">
page {
background: #f9f9f9;
height: 100%;
}
</style>
@@ -118,7 +115,7 @@ page {
.contentStyle {
display: flex;
flex-direction: column;
height: 100vh;
height: 100%;
background-color: #f9f9f9;
}
@@ -199,8 +196,4 @@ page {
background-color: #ccc;
color: #999;
}
.status-bar {
width: 100vw;
height: 46px;
}
</style>