修改sf表格样式
This commit is contained in:
@@ -132,11 +132,11 @@ td.o_required_modifier {
|
||||
//font-weight: bold;
|
||||
}
|
||||
|
||||
//.text-truncate {
|
||||
// overflow: unset !important;
|
||||
// text-overflow: unset !important;
|
||||
// white-space: nowrap!important;
|
||||
//}
|
||||
.text-truncate {
|
||||
overflow: unset !important;
|
||||
text-overflow: unset !important;
|
||||
//white-space: nowrap!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) {
|
||||
white-space: nowrap !important;
|
||||
@@ -425,7 +425,13 @@ div:has(.o_required_modifier) > label::before {
|
||||
.o_list_renderer .o_list_table thead .o_list_number_th {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector).o_list_number {
|
||||
text-align: left;
|
||||
}
|
||||
.o_list_renderer .flex-row-reverse {
|
||||
flex-direction: unset!important;
|
||||
}
|
||||
|
||||
.o_list_renderer .flex-row-reverse > .text-end {
|
||||
text-align: left!important;
|
||||
}
|
||||
Reference in New Issue
Block a user