update common

This commit is contained in:
ivan deng
2021-01-22 18:58:53 +08:00
parent b8ae3fde85
commit fe3c51fae9
5 changed files with 24 additions and 6 deletions

View File

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