Accept Merge Request #392: (feature/制造-计划优化 -> develop)
Merge Request: 增加表头固定 Created By: @马广威 Accepted By: @马广威 URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/392?initial=true
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