master
gongfuxiang 2024-10-10 18:29:45 +08:00
parent 2ca2fad050
commit 56c5c0f33e
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<template>
<view v-if="(propValue || null) !== null" class="header-container">
<view class="header-around wh-auto header-z-3" :style="roll_style + position">
<view class="header-around wh-auto" :style="roll_style + position">
<view :style="top_content_style">
<view class="header-content flex-row align-s">
<view class="model-top flex-1 mt-1">
@ -231,10 +231,8 @@
<style lang="scss" scoped>
.header-container {
position: relative;
z-index: 4;
width: 100%;
.header-z-3 {
.header-around {
z-index: 3;
}
.header-content {

View File

@ -1655,8 +1655,8 @@
"navigationBarTitleText": "ShopXO",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f5f5f5",
"backgroundColorBottom": "#f5f5f5"
"backgroundColor": "#f8f8f8",
"backgroundColorBottom": "#f8f8f8"
},
"tabBar": {
"color": "transparent",