看板样式修改

This commit is contained in:
WEB许何哲\xuhez
2023-10-20 16:29:57 +08:00
parent f6fd70bb51
commit a109c0fb39
2 changed files with 6 additions and 12 deletions

View File

@@ -8,13 +8,7 @@
white-space: nowrap;
}
div:has(.o_required_modifier) > label::before {
content: '*' !important;
color: red !important;
padding: 0 4px !important;
vertical-align: top !important;
font-size: 1.5rem !important;
}
.my-image div {
width: 110px !important;
@@ -205,7 +199,7 @@ 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 {
position: absolute;
top: -52px;
left: -55px;
left: 3rem;
width: 80px;
}
@@ -265,7 +259,7 @@ div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > .
div[class="o_content o_component_with_search_panel"] .o_kanban_card_content button {
left: -95px;
left: -4.4px;
}
}
@@ -289,4 +283,4 @@ div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > .
.text-bg-warning {
background-color: #FED300 !important;
}
}