fix sale superbar po

This commit is contained in:
ivan deng
2021-02-20 15:51:17 +08:00
parent 8a69c5eb0a
commit 4cb5924a40

View File

@@ -20,10 +20,13 @@ sheet全宽
display: block; display: block;
} }
@include media-breakpoint-up(xl) { @include media-breakpoint-up(xl) {
display: flex; display: block;
} }
} }
//max 时也处理为全屏
.o_form_view.o_xxl_form_view {
display: block;
}
@media (min-width: 768px) { @media (min-width: 768px) {
.o_form_view .o_form_sheet_bg > .o_form_sheet { .o_form_view .o_form_sheet_bg > .o_form_sheet {
max-width: 98% !important; max-width: 98% !important;
@@ -42,6 +45,9 @@ sheet全宽
max-width: 98% !important; max-width: 98% !important;
} }
} }
.o_form_view.o_xxl_form_view > .o_form_sheet_bg {
width: auto;
}
//xs: 0, //xs: 0,
//vsm: 475px, //vsm: 475px,
//sm: 576px, //sm: 576px,
@@ -75,3 +81,13 @@ sheet全宽
width: auto; width: auto;
} }
} }
//debug model 时处理
.modal-lg {
.o_debug_manager {
.dropdown-menu-right {
right: auto;
left: 0;
}
}
}