生产驾驶舱列表点击【工单】按钮有时候进入的是机台详情界面
工厂端订单详情title显示不美观-建议优化 工厂端材料型号详情界面弹框顶部和底部显示透明了
This commit is contained in:
@@ -135,7 +135,7 @@ td.o_required_modifier {
|
|||||||
.text-truncate {
|
.text-truncate {
|
||||||
overflow: unset !important;
|
overflow: unset !important;
|
||||||
text-overflow: unset !important;
|
text-overflow: unset !important;
|
||||||
white-space: unset !important;
|
white-space: nowrap!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector):not(.o_handle_cell):not(.o_list_button):not(.o_list_record_remove) {
|
.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector):not(.o_handle_cell):not(.o_list_button):not(.o_list_record_remove) {
|
||||||
@@ -370,9 +370,16 @@ div:has(.o_required_modifier) > label::before {
|
|||||||
top: 40px;
|
top: 40px;
|
||||||
left: 168px;
|
left: 168px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
box-sizing: border-box;
|
||||||
.row {
|
.row {
|
||||||
|
width: 50%;
|
||||||
|
margin: 0;
|
||||||
>div {
|
>div {
|
||||||
|
padding: 0;
|
||||||
width: unset;
|
width: unset;
|
||||||
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -23,7 +23,7 @@ html .o_web_client > .o_action_manager > .o_action {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.o_form_view {
|
.o_form_view {
|
||||||
background-color: unset !important;
|
//background-color: unset !important;
|
||||||
min-height: unset !important;
|
min-height: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user