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%; + } } }