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

This commit is contained in:
WEB许何哲\xuhez
2023-08-31 10:16:16 +08:00
parent 76af8c6f2d
commit 2b22215853

View File

@@ -121,20 +121,12 @@ td.o_required_modifier {
//font-weight: bold; //font-weight: bold;
} }
.o_list_table th > div > i { .text-truncate {
display: none !important; overflow: unset !important;
text-overflow: unset !important;
white-space: unset !important;
} }
body .o_list_table th:nth-child(4) { .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) {
width: 100px !important; white-space: nowrap !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;
}