This commit is contained in:
ivan deng
2021-06-30 18:29:33 +08:00
parent 5e8f02a3a9
commit 58a13cdfbe
2 changed files with 4 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
{ {
'name': 'App Web Responsive Fullwidth (form view full width)', 'name': 'App Web Responsive Fullwidth (form view full width)',
'version': '14.21.02.20', 'version': '14.21.06.30',
'category': 'web', 'category': 'web',
'author': 'Sunpop.cn', 'author': 'Sunpop.cn',
'website': 'https://www.sunpop.cn', 'website': 'https://www.sunpop.cn',

View File

@@ -90,4 +90,7 @@ sheet全宽
left: 0; left: 0;
} }
} }
}
.o_FormRenderer_chatterContainer.o-aside {
width: 100%;
} }