ct
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user