修改左边菜单栏

lijinlong^2
杜函宇 1 year ago
parent b118220391
commit 2feea06604

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

@ -8,7 +8,7 @@
<div class="nav-text">苏州市应急</div>
<div class="nav-text">执法计划管理系统</div>
</nav>
<div>
<div class="menu-bottom">
<div
v-for="(item, index) in newRouter"
:key="index"
@ -146,9 +146,11 @@ export default {
display: flex;
.left-menu {
width: 210px;
background-image: url("../assets/images/cb.png");
// background-image: url("../assets/images/cb.png");
background-size: 102% 100%;
.menu-headers {
background-image: url("../assets/images/ceT.jpg");
background-size: 102% 100%;
height: 180px;
div {
text-align: center;
@ -159,7 +161,11 @@ export default {
}
}
}
.menu-bottom {
height: calc(100% - 180px);
background-image: url("../assets/images/ceB.jpg");
background-size: 102% 100%;
}
.sub-item {
flex: 1;
height: 50px;

Loading…
Cancel
Save