sf品牌页面表格样式的修改

This commit is contained in:
WEB许何哲\xuhez
2023-08-29 15:13:59 +08:00
parent 12ead3579e
commit 7713ade077
2 changed files with 34 additions and 16 deletions

View File

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