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 602aa68b..969e025f 100644 --- a/app_web_enterprise/static/src/scss/app_style_after.scss +++ b/app_web_enterprise/static/src/scss/app_style_after.scss @@ -76,8 +76,10 @@ .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 { + //处理 active 的下方无 line + .o_content .o_notebook .o_notebook_headers { overflow-x: inherit; + line-height: calc(var(--body-line-height) * 1.2); } }