Commit e171a223 authored by caimeng's avatar caimeng

ba tabBar fang chu lai

parent ea3134ec
...@@ -9,9 +9,9 @@ const theme = { ...@@ -9,9 +9,9 @@ const theme = {
//是否固定头部 //是否固定头部
fixedHeader: true, fixedHeader: true,
//是否显示顶部进度条 //是否显示顶部进度条
showProgressBar: true, showProgressBar: false,
//是否显示多标签页 //是否显示多标签页
showTabsBar: false, showTabsBar: true,
//是否显示语言选择组件 //是否显示语言选择组件
showLanguage: false, showLanguage: false,
//是否显示刷新组件 //是否显示刷新组件
...@@ -23,6 +23,6 @@ const theme = { ...@@ -23,6 +23,6 @@ const theme = {
//是否显示通知组件 //是否显示通知组件
showNotice: false, showNotice: false,
//是否显示全屏组件 //是否显示全屏组件
showFullScreen: true, showFullScreen: false,
} }
module.exports = theme module.exports = theme
...@@ -94,11 +94,11 @@ ...@@ -94,11 +94,11 @@
} }
.vab-main { .vab-main {
box-sizing: border-box;
padding-top: 60px;
position: relative; position: relative;
box-sizing: border-box;
//padding-top: 60px;
width: auto; width: auto;
height: 100vh; //height: 100vh;
margin-left: $base-left-menu-width; margin-left: $base-left-menu-width;
background: #f6f8f9; background: #f6f8f9;
transition: $base-transition; transition: $base-transition;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment