diff --git a/jikimo_frontend/static/src/scss/custom_style.scss b/jikimo_frontend/static/src/scss/custom_style.scss index 5a8c2d84..2db3681b 100644 --- a/jikimo_frontend/static/src/scss/custom_style.scss +++ b/jikimo_frontend/static/src/scss/custom_style.scss @@ -161,7 +161,7 @@ td.o_required_modifier { //----------------------------------------------------------- //图文展示换行及对齐 -.many2many_flex { +.many2many_flex { flex-wrap: wrap; } @@ -180,6 +180,7 @@ div[class="o_content o_component_with_search_panel"] .oe_kanban_color_0 { div[class="o_content o_component_with_search_panel"] img[name="equipment_image"] { width: 150px !important; + height: 150px !important; } div[class="o_content o_component_with_search_panel"] .o_kanban_card_content button { @@ -232,3 +233,9 @@ div[class="o_content o_component_with_search_panel"] .show_state span { font-size: 12px; } +div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > .row { + position: absolute; + top: 55px; + right: 263px; +} + diff --git a/sf_manufacturing/views/mrp_workcenter_views.xml b/sf_manufacturing/views/mrp_workcenter_views.xml index 3fecb69a..20275f8a 100644 --- a/sf_manufacturing/views/mrp_workcenter_views.xml +++ b/sf_manufacturing/views/mrp_workcenter_views.xml @@ -92,12 +92,17 @@ -
-
+ + + +