diff --git a/app_web_enterprise/__manifest__.py b/app_web_enterprise/__manifest__.py index fc51ed23..b5e8b205 100644 --- a/app_web_enterprise/__manifest__.py +++ b/app_web_enterprise/__manifest__.py @@ -72,7 +72,7 @@ ], 'web.assets_backend': [ # ('before', 'web/static/src/views/**/*', 'app_web_enterprise/static/src/scss/app_style_before.scss'), - # ('after', 'web/static/src/views/**/*', 'app_web_enterprise/static/src/scss/app_style_after.scss'), + ('after', 'web/static/src/views/**/*', 'app_web_enterprise/static/src/scss/app_style_after.scss'), # 'app_web_enterprise/static/src/components/*/*.xml', 'app_web_enterprise/static/src/webclient/navbar.xml', 'app_web_enterprise/static/src/xml/res_config_edition.xml', diff --git a/app_web_enterprise/static/src/scss/app_style_after.scss b/app_web_enterprise/static/src/scss/app_style_after.scss index 632eb597..27660e78 100644 --- a/app_web_enterprise/static/src/scss/app_style_after.scss +++ b/app_web_enterprise/static/src/scss/app_style_after.scss @@ -32,10 +32,6 @@ } } - //列表标头下显示边框,标尾头显示边框 - > :not(:first-child) { - border-top-width: 2px; - } //列表标头左右下显示边框 --ListRenderer-thead-border-end-color: #{map-get($grays, '300')}; @@ -59,37 +55,10 @@ min-width: 4rem; } } -@media (max-width: 768px) { - .o_form_view .o_form_view_container { - .o_form_sheet_bg .o_form_sheet { - margin: 6px auto; - max-width: 98%; - } - } -} @media (min-width: 768px) { - .o_form_view .o_form_view_container .o_form_sheet_bg .o_form_sheet { - max-width: 98%; - } -} - -@media (min-width: 992px) { - .o_form_view .o_form_view_container .o_form_sheet_bg .o_form_sheet { - max-width: 98%; - } -} - -@media (min-width: 1200px) { - .o_form_view .o_form_view_container .o_form_sheet_bg .o_form_sheet { - max-width: 98%; - } -} - - -@media (min-width: 1400px) { - .o_form_view .o_form_view_container .o_form_sheet_bg .o_form_sheet { - max-width: 98%; + .o_form_view .o_form_view_container .o_notebook .o_notebook_headers { + overflow-x: inherit; } }