diff --git a/src/views/Home.vue b/src/views/Home.vue index 4876d4e..7cd976b 100755 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -82,11 +82,12 @@ <!-- </ul>--> <!-- </aside>--> <div class="center"> - </div> <div class="tabM" > <TabMenu></TabMenu> </div> + <div class="side"> + </div> @@ -472,7 +473,7 @@ .main { aside { .el-menu{ - height: 100%; + /*height: 100%;*/ /*width: 300px!important;*/ background: #26384c; .el-menu-item { @@ -510,7 +511,14 @@ } .center{ display: inline-block; - width: 25px; + width: 35px; + background-color: white; + z-index: 999; + + } + .side{ + display: inline-block; + width: 23px; background-color: white; z-index: 999; @@ -519,7 +527,7 @@ display: inline-block; /*min-width: 758px;*/ /*max-width: 1190px;*/ - overflow-y: scroll; + /*overflow-y: scroll;*/ width: 100%; /*z-index: 999;*/ background-color: white;