修复单面样式问题

This commit is contained in:
Anyon 2020-09-27 11:17:28 +08:00
parent 491adc1393
commit c4f728dffc
3 changed files with 9 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -235,7 +235,13 @@
&.layui-layout-left-hide {
> .layui-body {
left: 0 !important
left: 0 !important;
> .layui-card {
> .layui-card-header {
left: 0 !important;
}
}
}
> .layui-side {