Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/制造-计划优化

This commit is contained in:
mgw
2023-10-30 15:45:21 +08:00
2 changed files with 14 additions and 0 deletions

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;
}
}