From aba664375f3488ba167c6105b3524aefe0ba5236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?WEB=E8=AE=B8=E4=BD=95=E5=93=B2=5Cxuhez?= Date: Mon, 25 Sep 2023 15:10:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=A4=B4=E5=9B=BA=E5=AE=9Abug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jikimo_frontend/static/src/scss/custom_style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jikimo_frontend/static/src/scss/custom_style.scss b/jikimo_frontend/static/src/scss/custom_style.scss index 3237fc2b..427ca93c 100644 --- a/jikimo_frontend/static/src/scss/custom_style.scss +++ b/jikimo_frontend/static/src/scss/custom_style.scss @@ -161,7 +161,7 @@ td.o_required_modifier { .o_list_view .o_list_table thead { position: sticky; top: 0; - z-index: 100000; + //z-index: 100000; } //.o_list_view .o_list_table { @@ -174,7 +174,7 @@ td.o_required_modifier { .o_form_view.o_xxl_form_view .o_form_sheet_bg > .o_form_statusbar { position: sticky !important; top: 0; - z-index: 100000; + //z-index: 100000; } //----------------------------------------------------------- @@ -274,13 +274,13 @@ div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > . // flex-direction: column; //} -.o_kanban_renderer .o_kanban_record .o_kanban_record_bottom>div:nth-child(1)>span:nth-child(1) { +.o_kanban_renderer .o_kanban_record .o_kanban_record_bottom > div:nth-child(1) > span:nth-child(1) { display: inline-block; margin-right: 10px; } -.o_kanban_renderer .o_kanban_record .o_kanban_record_bottom>div:nth-child(1) { +.o_kanban_renderer .o_kanban_record .o_kanban_record_bottom > div:nth-child(1) { margin-top: -5px; margin-bottom: 5px; }