设备增加AGV小车,机械臂,检测设备参数

This commit is contained in:
qihao.gong@jikimo.com
2023-10-07 17:26:09 +08:00
parent ac6315c76a
commit af05d3ec30
4 changed files with 650 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
}
.test_model > .o_form_label {
margin-left: 20px;
margin-left: 0px !important;
margin-right: 0px !important;
white-space: nowrap;
}
@@ -289,4 +289,13 @@ div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > .
.text-bg-warning {
background-color: #FED300 !important;
}
.test_model>div {
display: flex;
width: 40%;
}
.test_model>div .o_field_widget {
width: 40% !important;
}