Accept Merge Request #404: (feature/sf看板样式统一 -> develop)
Merge Request: 表头固定bug修改 Created By: @许何哲 Accepted By: @许何哲 URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/404?initial=true
This commit is contained in:
@@ -161,7 +161,7 @@ td.o_required_modifier {
|
|||||||
.o_list_view .o_list_table thead {
|
.o_list_view .o_list_table thead {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 100000;
|
//z-index: 100000;
|
||||||
}
|
}
|
||||||
|
|
||||||
//.o_list_view .o_list_table {
|
//.o_list_view .o_list_table {
|
||||||
@@ -174,7 +174,7 @@ td.o_required_modifier {
|
|||||||
.o_form_view.o_xxl_form_view .o_form_sheet_bg > .o_form_statusbar {
|
.o_form_view.o_xxl_form_view .o_form_sheet_bg > .o_form_statusbar {
|
||||||
position: sticky !important;
|
position: sticky !important;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 100000;
|
//z-index: 100000;
|
||||||
}
|
}
|
||||||
|
|
||||||
//-----------------------------------------------------------
|
//-----------------------------------------------------------
|
||||||
@@ -274,13 +274,13 @@ div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > .
|
|||||||
// flex-direction: column;
|
// flex-direction: column;
|
||||||
//}
|
//}
|
||||||
|
|
||||||
.o_kanban_renderer .o_kanban_record .o_kanban_record_bottom>div:nth-child(1)>span:nth-child(1) {
|
.o_kanban_renderer .o_kanban_record .o_kanban_record_bottom > div:nth-child(1) > span:nth-child(1) {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.o_kanban_renderer .o_kanban_record .o_kanban_record_bottom>div:nth-child(1) {
|
.o_kanban_renderer .o_kanban_record .o_kanban_record_bottom > div:nth-child(1) {
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user