prepare #I84HUG app_ai_media网站图片等多媒体转本地,更换格式 置顶

This commit is contained in:
Ivan Office
2023-10-10 07:40:21 +08:00
parent a12a363dcd
commit 4b2ce983ca

View File

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