sf品牌页面表格样式的修改
This commit is contained in:
@@ -119,4 +119,22 @@ td.o_required_modifier {
|
||||
.o_kanban_record_bottom {
|
||||
font-family: '华文中宋';
|
||||
//font-weight: bold;
|
||||
}
|
||||
|
||||
.o_list_table th > div > i {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
body .o_list_table th:nth-child(4) {
|
||||
width: 100px !important;
|
||||
}
|
||||
|
||||
//body .o_list_table th:nth-child(5) {
|
||||
// width: 500px !important;
|
||||
//}
|
||||
|
||||
.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector):not(.o_handle_cell):not(.o_list_button):not(.o_list_record_remove).o_list_text {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user