style: layout css

This commit is contained in:
pany 2022-08-22 17:14:58 +08:00
parent 07158c8db4
commit 5d84571b2f

View File

@ -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;