diff --git a/app_web_fullwidth/static/src/scss/style.scss b/app_web_fullwidth/static/src/scss/style.scss index 4153e241..17be9e54 100644 --- a/app_web_fullwidth/static/src/scss/style.scss +++ b/app_web_fullwidth/static/src/scss/style.scss @@ -74,4 +74,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