This commit is contained in:
liuye
2023-05-31 09:08:30 +08:00
2 changed files with 13 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="AppCircle" :style="{paddingTop: (statusBarHeight + 102) + 'px'}" :background="background">
<div class="header">
<div class="header">
<div class="status-bar" :style="{height: statusBarHeight + 'px'}"></div>
<div class="nav-bar" :style="{
height: '88rpx',
@@ -85,9 +85,6 @@
export default {
name: 'AppCircle',
appName: '邻里互助',
navigationBarBackgroundColor: '#ffffff',
navigationBarTextStyle: 'black',
customNavigation: true,
data() {
return {
@@ -282,7 +279,7 @@
<style scoped lang="scss">
.AppCircle {
padding-top: 120px;
padding-top: 100px;
padding-bottom: 40px;
.header {