From 4b2ce983ca0154b6a3e63fb42e5d05c69c62aa02 Mon Sep 17 00:00:00 2001 From: Ivan Office Date: Tue, 10 Oct 2023 07:40:21 +0800 Subject: [PATCH] =?UTF-8?q?prepare=20#I84HUG=20app=5Fai=5Fmedia=E7=BD=91?= =?UTF-8?q?=E7=AB=99=E5=9B=BE=E7=89=87=E7=AD=89=E5=A4=9A=E5=AA=92=E4=BD=93?= =?UTF-8?q?=E8=BD=AC=E6=9C=AC=E5=9C=B0=EF=BC=8C=E6=9B=B4=E6=8D=A2=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=20=E7=BD=AE=E9=A1=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/src/scss/app_style_after.scss | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/app_web_enterprise/static/src/scss/app_style_after.scss b/app_web_enterprise/static/src/scss/app_style_after.scss index 316b3684..57fdc066 100644 --- a/app_web_enterprise/static/src/scss/app_style_after.scss +++ b/app_web_enterprise/static/src/scss/app_style_after.scss @@ -53,21 +53,18 @@ } //form -@media (min-width: 768px) { - .o_form_view .o_form_view_container { - .o_form_sheet_bg .o_form_sheet { - margin: 6px auto; - } // create 按键 +.o_form_view .o_form_view_container { button.o_form_button_create { min-width: 4rem; } - } } - -@media (min-width: 576px) { - .o_form_view .o_form_view_container .o_form_sheet_bg .o_form_sheet { - max-width: 98%; +@media (max-width: 768px) { + .o_form_view .o_form_view_container { + .o_form_sheet_bg .o_form_sheet { + margin: 6px auto; + max-width: 98%; + } } }