表头固定bug修改

This commit is contained in:
WEB许何哲\xuhez
2023-09-25 15:10:50 +08:00
parent a50501e75e
commit aba664375f

View File

@@ -161,7 +161,7 @@ td.o_required_modifier {
.o_list_view .o_list_table thead { .o_list_view .o_list_table thead {
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 100000; //z-index: 100000;
} }
//.o_list_view .o_list_table { //.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 { .o_form_view.o_xxl_form_view .o_form_sheet_bg > .o_form_statusbar {
position: sticky !important; position: sticky !important;
top: 0; top: 0;
z-index: 100000; //z-index: 100000;
} }
//----------------------------------------------------------- //-----------------------------------------------------------