前端修改样式
This commit is contained in:
16
fixed_header_list/static/src/scss/list.scss
Normal file
16
fixed_header_list/static/src/scss/list.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.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