修改bug
This commit is contained in:
parent
65db2c90e6
commit
a56d7a5b48
|
@ -203,6 +203,7 @@
|
|||
.jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active.jeecg-menu-submenu {
|
||||
color: #606266 !important;
|
||||
background: #f0f0f0;
|
||||
padding-bottom: 10px;;
|
||||
|
||||
}
|
||||
.jeecg-menu-vertical .jeecg-menu-item, .jeecg-menu-vertical .jeecg-menu-submenu-title {
|
||||
|
@ -222,4 +223,16 @@
|
|||
// margin: 10px 20px 0 20px;
|
||||
transform: scale(1.02);
|
||||
}
|
||||
|
||||
.ant-drawer-close {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: auto !important;
|
||||
margin-right: 16px;
|
||||
}
|
||||
.jeecg-layout-content{
|
||||
position: relative;
|
||||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue