消息发送界面的样式bug修改

This commit is contained in:
WEB许何哲\xuhez
2023-08-18 11:01:30 +08:00
parent facd5d23d7
commit 77b1ef2d91

View File

@@ -7,7 +7,7 @@
}
html .o_web_client > .o_action_manager > .o_action {
height: unset !important;
//height: unset !important;
overflow: scroll !important;
}
@@ -26,3 +26,7 @@ html .o_web_client > .o_action_manager > .o_action {
background-color: unset !important;
min-height: unset !important;
}
.o_form_view .o_form_view_container {
height: unset !important;
}