Accept Merge Request #356: (feature/sf品牌页面表格样式的修改 -> develop)

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

Created By: @许何哲
Accepted By: @许何哲
URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/356?initial=true
This commit is contained in:
许何哲
2023-08-31 10:18:26 +08:00
committed by Coding

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