修改form全局宽度
This commit is contained in:
@@ -341,3 +341,15 @@ div:has(.o_required_modifier) > label::before {
|
|||||||
overflow: visible;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user