add account line

This commit is contained in:
ivan deng
2021-03-21 23:40:02 +08:00
parent 8d99db039e
commit e31b2005fb
2 changed files with 3 additions and 3 deletions

View File

@@ -103,10 +103,10 @@
height: 99.5%;
}
}
//m2o字段只读情况下可换行
//m2o字段只读情况下可换行
.o_list_view .o_list_table tbody > tr > td.o_readonly_modifier {
white-space: pre-wrap!important;
}
.o_list_view .o_list_table .o_list_many2one {
.o_form_readonly .o_list_view .o_list_table .o_list_many2one {
white-space: pre-wrap!important;
}