修改生产线看板样式

This commit is contained in:
黄焱
2023-11-16 15:02:27 +08:00
parent 9a318d45f3
commit 25d1a99239

View File

@@ -205,8 +205,8 @@ div[class="o_content o_component_with_search_panel"] img[name="equipment_image"]
div[class="o_content o_component_with_search_panel"] .o_kanban_card_content button { div[class="o_content o_component_with_search_panel"] .o_kanban_card_content button {
position: absolute; position: absolute;
top: -52px; //top: -52px;
left: -55px; //left: -55px;
width: 80px; width: 80px;
} }
@@ -253,11 +253,11 @@ div[class="o_content o_component_with_search_panel"] .show_state span {
font-size: 12px; font-size: 12px;
} }
div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > .row { //div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > .row {
position: absolute; // position: absolute;
top: 55px; // top: 55px;
right: 43.5%; // right: 43.5%;
} //}
//------------------------------------------ //------------------------------------------
.test_model > .o_form_label { .test_model > .o_form_label {
@@ -270,10 +270,10 @@ div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > .
right: 52%; right: 52%;
} }
div[class="o_content o_component_with_search_panel"] .o_kanban_card_content button { //div[class="o_content o_component_with_search_panel"] .o_kanban_card_content button {
//
left: -95px; // left: -95px;
} //}
} }
@@ -354,3 +354,25 @@ div:has(.o_required_modifier) > label::before {
} }
// 2023-11-16 hy 新增
.o_kanban_card_content .btn-group {
position: unset;
}
.o_kanban_card_content .btn-group button{
top: 100px;
left: 168px;
}
.o_kanban_primary_right {
position: absolute;
top: 40px;
left: 168px;
padding: 0;
.row {
>div {
width: unset;
}
}
}