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; +} + //----------------------------------------------------------- //图文展示换行及对齐