正在显示
1 个修改的文件
包含
12 行增加
和
4 行删除
| @@ -82,11 +82,12 @@ | @@ -82,11 +82,12 @@ | ||
| 82 | <!-- </ul>--> | 82 | <!-- </ul>--> |
| 83 | <!-- </aside>--> | 83 | <!-- </aside>--> |
| 84 | <div class="center"> | 84 | <div class="center"> |
| 85 | - | ||
| 86 | </div> | 85 | </div> |
| 87 | <div class="tabM" > | 86 | <div class="tabM" > |
| 88 | <TabMenu></TabMenu> | 87 | <TabMenu></TabMenu> |
| 89 | </div> | 88 | </div> |
| 89 | + <div class="side"> | ||
| 90 | + </div> | ||
| 90 | 91 | ||
| 91 | 92 | ||
| 92 | 93 | ||
| @@ -472,7 +473,7 @@ | @@ -472,7 +473,7 @@ | ||
| 472 | .main { | 473 | .main { |
| 473 | aside { | 474 | aside { |
| 474 | .el-menu{ | 475 | .el-menu{ |
| 475 | - height: 100%; | 476 | + /*height: 100%;*/ |
| 476 | /*width: 300px!important;*/ | 477 | /*width: 300px!important;*/ |
| 477 | background: #26384c; | 478 | background: #26384c; |
| 478 | .el-menu-item { | 479 | .el-menu-item { |
| @@ -510,7 +511,14 @@ | @@ -510,7 +511,14 @@ | ||
| 510 | } | 511 | } |
| 511 | .center{ | 512 | .center{ |
| 512 | display: inline-block; | 513 | display: inline-block; |
| 513 | - width: 25px; | 514 | + width: 35px; |
| 515 | + background-color: white; | ||
| 516 | + z-index: 999; | ||
| 517 | + | ||
| 518 | + } | ||
| 519 | + .side{ | ||
| 520 | + display: inline-block; | ||
| 521 | + width: 23px; | ||
| 514 | background-color: white; | 522 | background-color: white; |
| 515 | z-index: 999; | 523 | z-index: 999; |
| 516 | 524 | ||
| @@ -519,7 +527,7 @@ | @@ -519,7 +527,7 @@ | ||
| 519 | display: inline-block; | 527 | display: inline-block; |
| 520 | /*min-width: 758px;*/ | 528 | /*min-width: 758px;*/ |
| 521 | /*max-width: 1190px;*/ | 529 | /*max-width: 1190px;*/ |
| 522 | - overflow-y: scroll; | 530 | + /*overflow-y: scroll;*/ |
| 523 | width: 100%; | 531 | width: 100%; |
| 524 | /*z-index: 999;*/ | 532 | /*z-index: 999;*/ |
| 525 | background-color: white; | 533 | background-color: white; |
-
请 注册 或 登录 后发表评论