From b4257d5f65a6ef326d1e836c8716d80e5ad25284 Mon Sep 17 00:00:00 2001 From: Ivan Office Date: Tue, 8 Oct 2024 15:45:30 +0800 Subject: [PATCH] =?UTF-8?q?opt=20=E5=8F=91=E7=A5=A8=E4=B8=8E=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= 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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 969e025f..ff81b16e 100644 --- a/app_web_enterprise/static/src/scss/app_style_after.scss +++ b/app_web_enterprise/static/src/scss/app_style_after.scss @@ -76,10 +76,12 @@ .o_form_view .o_form_view_container .o_form_sheet_bg .o_form_sheet { max-width: 98%; } - //处理 active 的下方无 line + //处理 active 的下方无 line,不要滚动 .o_content .o_notebook .o_notebook_headers { overflow-x: inherit; - line-height: calc(var(--body-line-height) * 1.2); + .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { + border-bottom: 1.5px solid white; + } } }