前端修改样式

This commit is contained in:
WEB许何哲\xuhez
2023-06-09 17:28:36 +08:00
parent 8c23acceaf
commit 8a4320c031
163 changed files with 4446 additions and 0 deletions

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