From 42cc64db7445341e5cff89d0462a13c4497f7caf Mon Sep 17 00:00:00 2001 From: mgw <1392924357@qq.com> Date: Fri, 15 Sep 2023 11:17:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=A4=B4=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/src/scss/custom_style.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/jikimo_frontend/static/src/scss/custom_style.scss b/jikimo_frontend/static/src/scss/custom_style.scss index 2db3681b..f557fe38 100644 --- a/jikimo_frontend/static/src/scss/custom_style.scss +++ b/jikimo_frontend/static/src/scss/custom_style.scss @@ -158,6 +158,23 @@ td.o_required_modifier { justify-content: flex-start; } +.o_list_view .o_list_table thead { + position: sticky; + top: 0; + z-index: 100000; +} +//.o_list_view .o_list_table { +// height: 1799px !important; +//} +.table-responsive { + overflow: unset; +} +.o_form_view.o_xxl_form_view .o_form_sheet_bg > .o_form_statusbar { + position: sticky !important; + top: 0; + z-index: 100000; +} + //----------------------------------------------------------- //图文展示换行及对齐