Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 03:19:19 +08:00

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;
position: relative;
width: 100%;
height: 100%;
}
.drawer-bg {
@ -81,7 +82,7 @@ const handleClickOutside = () => {
width: var(--v3-sidebar-width) !important;
height: 100%;
position: fixed;
font-size: 0;
font-size: 0px;
top: 0;
bottom: 0;
left: 0;
@ -113,7 +114,7 @@ const handleClickOutside = () => {
// for mobile response
.mobile {
.main-container {
margin-left: 0;
margin-left: 0px;
}
.sidebar-container {
transition: transform 0.28s;