update desc

This commit is contained in:
Ivan Office
2023-10-10 05:07:10 +08:00
parent bc1a88f1ec
commit a12a363dcd

View File

@@ -54,9 +54,15 @@
//form //form
@media (min-width: 768px) { @media (min-width: 768px) {
.o_form_view .o_form_view_container .o_form_sheet_bg .o_form_sheet { .o_form_view .o_form_view_container {
.o_form_sheet_bg .o_form_sheet {
margin: 6px auto; margin: 6px auto;
} }
// create 按键
button.o_form_button_create {
min-width: 4rem;
}
}
} }
@media (min-width: 576px) { @media (min-width: 576px) {