Commit f20f96fe by 高淑倩
parents 9afa351c d73bfa90
...@@ -32,7 +32,7 @@ export default { ...@@ -32,7 +32,7 @@ export default {
sidebarItem sidebarItem
}, },
mounted () { 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 this.menuList = res.data.data
}) })
}, },
......
...@@ -30,11 +30,13 @@ export default { ...@@ -30,11 +30,13 @@ export default {
overflow hidden overflow hidden
.content-box .content-box
position absolute position absolute
left 260px display inline-block
right 0 /*left 260px*/
/*right 0*/
top 70px top 70px
bottom 0 bottom 0
overflow-y scroll width 80%
/*overflow-y scroll*/
-webkit-transition left 0.3s ease-in-out -webkit-transition left 0.3s ease-in-out
transition left 0.3s ease-in-out transition left 0.3s ease-in-out
background #F3F2F8 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