修复了样式调整后a标签文字变蓝的bug
This commit is contained in:
28
mrp_workorder/static/src/scss/table_custom.scss
Normal file
28
mrp_workorder/static/src/scss/table_custom.scss
Normal file
@@ -0,0 +1,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 {
|
||||
height: unset !important;
|
||||
overflow: scroll !important;
|
||||
}
|
||||
|
||||
.o_FormRenderer_chatterContainer.o-aside {
|
||||
width: 100% !important;
|
||||
max-width: 1320px !important;
|
||||
background-color: #fff !important;
|
||||
padding-left: 32px !important;
|
||||
padding-right: 32px !important;
|
||||
box-sizing: border-box !important;
|
||||
border: 1px solid #dee2e6;
|
||||
//margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.o_form_view {
|
||||
background-color: unset !important;
|
||||
min-height: unset !important;
|
||||
}
|
||||
Reference in New Issue
Block a user