表头固定

This commit is contained in:
mgw
2023-09-15 11:17:07 +08:00
parent 1e29f7010a
commit 42cc64db74

View File

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