mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix sale superbar po
This commit is contained in:
@@ -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,
|
||||||
@@ -74,4 +80,14 @@ sheet全宽
|
|||||||
.o_form_sheet_bg {
|
.o_form_sheet_bg {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//debug model 时处理
|
||||||
|
.modal-lg {
|
||||||
|
.o_debug_manager {
|
||||||
|
.dropdown-menu-right {
|
||||||
|
right: auto;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user