sf品牌页面表格的样式修改
This commit is contained in:
@@ -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;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user