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