style:整体风格修改
Showing
16 changed files
with
275 additions
and
78 deletions
src/layout/components/Breadcrumb/index.vue
0 → 100644
-
Please register or sign in to post a comment
... | ... | @@ -36,7 +36,7 @@ export default { |
position: relative; | ||
height: 100%; | ||
width: 100%; | ||
background-color: #F2F6FC; | ||
&.mobile.openSidebar { | ||
position: fixed; | ||
... | ... |
... | ... | @@ -38,7 +38,6 @@ export const asyncRoutes = [ |
path: '/', | ||
component: Layout, | ||
redirect: '/home', | ||
meta: { title: '首页' }, | ||
children: [ | ||
{ | ||
path: 'home', | ||
... | ... |