diff --git a/app_web_enterprise/__manifest__.py b/app_web_enterprise/__manifest__.py index e79b6df3..fcd2b52c 100644 --- a/app_web_enterprise/__manifest__.py +++ b/app_web_enterprise/__manifest__.py @@ -18,7 +18,7 @@ { 'name': "App web enterprise enhance,企业版界面增强", - 'version': '13.21.03.21', + 'version': '13.21.04.22', 'author': 'Sunpop.cn', 'category': 'Base', 'website': 'https://www.sunpop.cn', diff --git a/app_web_enterprise/static/src/scss/app_style.scss b/app_web_enterprise/static/src/scss/app_style.scss index 17456ec0..5f879f9d 100644 --- a/app_web_enterprise/static/src/scss/app_style.scss +++ b/app_web_enterprise/static/src/scss/app_style.scss @@ -104,7 +104,7 @@ } } //m2o字段,只读情况下才可换行 -.o_list_view .o_list_table tbody > tr > td.o_readonly_modifier { +.o_list_view .o_list_table tbody > tr > td.o_list_char.o_readonly_modifier { white-space: pre-wrap!important; } .o_form_readonly .o_list_view .o_list_table .o_list_many2one {