系统导航栏修复

dongdingding
许宏杰 2 years ago
parent 5b0c461aa8
commit 1a5c5b0fe4

@ -55,7 +55,7 @@ export default {
// fix css style bug in open el-dialog
.el-popup-parent--hidden {
.fixed-header {
padding-right: 6px;
// padding-right: 6px;
}
}

@ -183,14 +183,15 @@ export default {
cursor: pointer;
width: 40px;
height: 40px;
border-radius: 10px;
border-radius: 50px;
}
.el-icon-caret-bottom {
cursor: pointer;
position: absolute;
right: -20px;
top: 25px;
// top: 25px;
line-height: 45px;
font-size: 12px;
}
}

Loading…
Cancel
Save