style: 页面内全屏效果样式

* style: 页面内全屏效果样式
This commit is contained in:
qingguizhang 2021-10-19 11:59:17 +08:00 committed by GitHub
parent a322b8497e
commit f76f43ca0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,18 @@
transition: width 0.28s;
}
.main-hidden {
margin-left: 0 !important;
.fixed-header {
width: 100% !important;
+ .app-main {
padding-top: 37px;
}
}
}
.el-popper.is-light {
border: none !important;
}