将记录的讨论和评论窗口从form视图右侧移动到视图最下方。

This commit is contained in:
yuxianghui
2023-08-16 11:00:34 +08:00
parent 42066865be
commit 9d025c10b4
2 changed files with 43 additions and 0 deletions

View File

@@ -224,3 +224,28 @@
}
}
}
.o_form_view.o_xxl_form_view {
flex-flow:column !important;
}
.o_form_view_container {
width:100% !important;
}
html .o_web_client > .o_action_manager > .o_action {
overflow:scroll !important;
}
.o_FormRenderer_chatterContainer.o-aside {
width:100% !important;
max-width: 1320px !important;
background-color:#ccc !important;
}
.o_form_view {
background-color:unset !important;
border: 1px solid #C9CCD2 !important;
border-left-color:unset !important;
box-shadow: 0 5px 20px -15px rgb(0 0 0 / 40%) !important;
}