将记录的讨论和评论窗口从form视图右侧移动到视图最下方。
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user