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

@@ -18,7 +18,7 @@
{ {
'name': "App web enterprise enhance,企业版界面增强", 'name': "App web enterprise enhance,企业版界面增强",
'version': '13.19.12.29', 'version': '13.21.03.21',
'author': 'Sunpop.cn', 'author': 'Sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.sunpop.cn', 'website': 'https://www.sunpop.cn',

View File

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