工作中心看板样式修改

This commit is contained in:
mgw
2023-09-15 10:58:53 +08:00
parent db5d9863b1
commit 5148ad3952
2 changed files with 15 additions and 3 deletions

View File

@@ -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;
}