Files
test/fixed_header_list/static/src/scss/list.scss
WEB许何哲\xuhez 8a4320c031 前端修改样式
2023-06-09 17:28:36 +08:00

16 lines
338 B
SCSS

.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;
}