修改form全局宽度

This commit is contained in:
qihao.gong@jikimo.com
2023-10-30 11:14:29 +08:00
parent 593944cac2
commit 4634393f6c

View File

@@ -341,3 +341,15 @@ div:has(.o_required_modifier) > label::before {
overflow: visible;
}
.o_form_view {
.o_form_sheet_bg .o_form_sheet {
//max-width: none !important;
width: auto !important;
max-width: 98% !important;
}
.o_FormRenderer_chatterContainer {
max-width: none;
}
}