style: layout css
This commit is contained in:
parent
07158c8db4
commit
5d84571b2f
@ -57,6 +57,7 @@ const handleClickOutside = () => {
|
|||||||
@include clearfix;
|
@include clearfix;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer-bg {
|
.drawer-bg {
|
||||||
@ -81,7 +82,7 @@ const handleClickOutside = () => {
|
|||||||
width: var(--v3-sidebar-width) !important;
|
width: var(--v3-sidebar-width) !important;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
font-size: 0;
|
font-size: 0px;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@ -113,7 +114,7 @@ const handleClickOutside = () => {
|
|||||||
// for mobile response 适配移动端
|
// for mobile response 适配移动端
|
||||||
.mobile {
|
.mobile {
|
||||||
.main-container {
|
.main-container {
|
||||||
margin-left: 0;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
.sidebar-container {
|
.sidebar-container {
|
||||||
transition: transform 0.28s;
|
transition: transform 0.28s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user