From abb1d85fee5edc718516f9944d1218de113b3d86 Mon Sep 17 00:00:00 2001 From: Ivan Office Date: Sun, 25 Aug 2024 00:59:09 +0800 Subject: [PATCH] =?UTF-8?q?opt=20=E7=95=8C=E9=9D=A2=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_web_enterprise/static/src/scss/app_style_after.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); } }