提交 1f211262 编写于 作者: D DCloud_LXH

feat: tabbar 页面添加 backgroundColorContent 保持切换时颜色一致性

上级 d3ccb004
......@@ -16,7 +16,7 @@
"path": "pages/tabBar/component",
"style": {
"navigationBarTitleText": "内置组件",
"backgroundColor": "#F8F8F8"
"backgroundColorContent": "#f8f8f8"
}
},
// #ifdef APP-ANDROID || APP-IOS || WEB
......@@ -631,7 +631,7 @@
"path": "pages/tabBar/API",
"style": {
"navigationBarTitleText": "接口",
"backgroundColor": "#F8F8F8"
"backgroundColorContent": "#f8f8f8"
}
},
// #ifdef APP-ANDROID || APP-IOS || WEB
......@@ -1457,7 +1457,7 @@
"path": "pages/tabBar/CSS",
"style": {
"navigationBarTitleText": "CSS",
"backgroundColor": "#F8F8F8"
"backgroundColorContent": "#f8f8f8"
}
},
// #ifdef APP-ANDROID || APP-IOS || WEB
......@@ -2029,7 +2029,8 @@
{
"path": "pages/tabBar/template",
"style": {
"navigationBarTitleText": "模板"
"navigationBarTitleText": "模板",
"backgroundColorContent": "#f8f8f8"
}
},
{
......
<template>
<!-- #ifdef APP -->
<scroll-view style="flex: 1; background-color: #f8f8f8" enable-back-to-top="true">
<scroll-view style="flex: 1;" enable-back-to-top="true">
<!-- #endif -->
<view class="uni-container">
<view v-if="!hasLeftWin" class="uni-header-logo">
......
<template>
<!-- #ifdef APP -->
<scroll-view style="flex: 1; background-color: #f8f8f8" enable-back-to-top="true">
<scroll-view style="flex: 1;" enable-back-to-top="true">
<!-- #endif -->
<view class="uni-container">
<view v-if="!hasLeftWin" class="uni-header-logo">
......
<template>
<!-- #ifdef APP -->
<scroll-view style="flex: 1; background-color: #f8f8f8" enable-back-to-top="true">
<scroll-view style="flex: 1;" enable-back-to-top="true">
<!-- #endif -->
<view class="uni-container">
<view v-if="!hasLeftWin" class="uni-header-logo">
......
<template>
<!-- #ifdef APP -->
<scroll-view style="flex: 1; background-color: #f8f8f8" enable-back-to-top="true">
<scroll-view style="flex: 1;" enable-back-to-top="true">
<!-- #endif -->
<view class="uni-container">
<view v-if="!hasLeftWin" class="uni-header-logo">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册