Commit d73bfa90 by 汤强勇

更新布局

parent 3269e60c
......@@ -32,7 +32,7 @@ export default {
sidebarItem
},
mounted () {
new this.$Http(true).get('/getMenus').then(res => {
this.axios.get('http://rap2api.taobao.org/app/mock/115626/getMenus').then(res => {
this.menuList = res.data.data
})
},
......
......@@ -30,11 +30,13 @@ export default {
overflow hidden
.content-box
position absolute
left 260px
right 0
display inline-block
/*left 260px*/
/*right 0*/
top 70px
bottom 0
overflow-y scroll
width 80%
/*overflow-y scroll*/
-webkit-transition left 0.3s ease-in-out
transition left 0.3s ease-in-out
background #F3F2F8
......
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