Accept Merge Request #1818: (feature/前端样式修改 -> develop)

Merge Request: 增加样式权重

Created By: @黄焱
Reviewed By: @胡尧
Approved By: @胡尧 
Accepted By: @黄焱
URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/1818?initial=true
This commit is contained in:
黄焱
2025-02-19 10:36:52 +08:00
committed by Coding

View File

@@ -2,8 +2,10 @@
min-width: 62px !important; min-width: 62px !important;
} }
.section_and_note_text, .section_and_note_text span{ .o_list_renderer .o_list_table .o_data_row td.o_data_cell.o_field_cell.o_list_char.section_and_note_text, .section_and_note_text span{
white-space: wrap!important; white-space: wrap!important;
overflow: auto!important; overflow: auto!important;
text-overflow: unset!important; text-overflow: unset!important;
word-wrap: break-word;
word-break: break-all;
} }