左侧的菜单栏宽度调整

This commit is contained in:
RuoYi
2019-05-30 09:40:03 +08:00
parent 1f9b26ae23
commit 17dd48e51d
2 changed files with 7 additions and 3 deletions

View File

@ -444,7 +444,7 @@ body.canvas-menu.mini-navbar #page-wrapper, body.canvas-menu.mini-navbar .footer
body.fixed-sidebar .navbar-static-side, body.canvas-menu .navbar-static-side {
position: fixed;
width: 220px;
width: 200px;
z-index: 2001;
height: 100%;
}
@ -3166,7 +3166,7 @@ video {
#page-wrapper {
padding: 0 15px;
position: inherit;
margin: 0 0 0 220px;
margin: 0 0 0 200px;
}
.title-action {