设置左边栏的min-width:120px
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
||||
|
||||
display: flex;
|
||||
|
||||
$sideWidth: 260px;
|
||||
$sideWidth: 240px;
|
||||
$headerHeight: 64px;
|
||||
.side-menus {
|
||||
&.collapsed {
|
||||
@@ -109,6 +109,7 @@ export default {
|
||||
}
|
||||
|
||||
width: $sideWidth;
|
||||
min-width: 120px;
|
||||
background: url('../assets/images/bg.jpg') center;
|
||||
background-size: cover;
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user