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>
</view> </view>
</template> </template>
<script> <script>
import CommonEnum from "../../enum/common"; import CommonEnum from "../../enum/common";
import StatusDisplay from "../../components/status-display/status-display.vue";
export default { export default {
components: { components: {
StatusDisplay
}, },
data() { data() {
return { return {
@ -62,7 +58,7 @@ export default {
} }
.header { .header {
width: 100%; width: 100%;
min-height: 100vh; //min-height: 100vh;//
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
flex-direction: column; flex-direction: column;

View File

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