From 4cb5924a402b667172d30c87eaa4ce2934b8918a Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sat, 20 Feb 2021 15:51:17 +0800 Subject: [PATCH] fix sale superbar po --- app_web_fullwidth/static/src/scss/style.scss | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/app_web_fullwidth/static/src/scss/style.scss b/app_web_fullwidth/static/src/scss/style.scss index 4153e241..d2e5a728 100644 --- a/app_web_fullwidth/static/src/scss/style.scss +++ b/app_web_fullwidth/static/src/scss/style.scss @@ -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, @@ -74,4 +80,14 @@ sheet全宽 .o_form_sheet_bg { width: auto; } +} + +//debug model 时处理 +.modal-lg { + .o_debug_manager { + .dropdown-menu-right { + right: auto; + left: 0; + } + } } \ No newline at end of file