表头固定
This commit is contained in:
@@ -158,6 +158,23 @@ td.o_required_modifier {
|
|||||||
justify-content: flex-start;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
//-----------------------------------------------------------
|
//-----------------------------------------------------------
|
||||||
|
|
||||||
//图文展示换行及对齐
|
//图文展示换行及对齐
|
||||||
|
|||||||
Reference in New Issue
Block a user