Skip to content

Commit

Permalink
fix: 修改导航栏配置文件 状态栏背景色默认白色
Browse files Browse the repository at this point in the history
  • Loading branch information
sadais-lwt committed Sep 30, 2020
1 parent 6d1c546 commit bb03776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
fixed: true, // 导航栏是否固定在顶部
placeholder: true, // 固定在顶部时,是否在标签位置生成一个等高的占位元素
borderBottom: true, // 是否显示导航栏的下边框
statusBarBackground: 'transparent', // 状态栏的背景色
statusBarBackground: '#ffffff', // 状态栏的背景色
background: '#ffffff', // 背景颜色(默认白色)
showBack: '', // 是否显示后退按钮,默认不设置,根据当前页面堆栈自动判断
showHome: false, // 是否显示主页按钮
Expand Down

0 comments on commit bb03776

Please sign in to comment.