优化看板样式展示

This commit is contained in:
mgw
2023-09-22 11:13:13 +08:00
parent 9dc653694a
commit cee39f3e1f

View File

@@ -253,6 +253,17 @@ div[class="o_content o_component_with_search_panel"] .show_state span {
div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > .row {
position: absolute;
top: 55px;
right: 263px;
right: 43.5%;
}
@media screen and (min-width: 1200px) {
div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > .row {
right: 52%;
}
div[class="o_content o_component_with_search_panel"] .o_kanban_card_content button {
left: -95px;
}
}