From cee39f3e1fee36a1cca49b310fb482998c2a0621 Mon Sep 17 00:00:00 2001 From: mgw <1392924357@qq.com> Date: Fri, 22 Sep 2023 11:13:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=9C=8B=E6=9D=BF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jikimo_frontend/static/src/scss/custom_style.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/jikimo_frontend/static/src/scss/custom_style.scss b/jikimo_frontend/static/src/scss/custom_style.scss index f557fe38..4cb7e696 100644 --- a/jikimo_frontend/static/src/scss/custom_style.scss +++ b/jikimo_frontend/static/src/scss/custom_style.scss @@ -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; +} + }