no message

This commit is contained in:
kuaifan 2025-04-12 15:25:04 +08:00
parent a0aa04fd8c
commit fc339ae55f
3 changed files with 15 additions and 21 deletions

View File

@ -59,7 +59,7 @@
"stylus": "^0.59.0", "stylus": "^0.59.0",
"stylus-loader": "^7.1.0", "stylus-loader": "^7.1.0",
"tinymce": "^5.10.3", "tinymce": "^5.10.3",
"tui-calendar-hi": "^2.1.3-3", "tui-calendar-hi": "^2.1.3-5",
"view-design-hi": "^4.7.0-76", "view-design-hi": "^4.7.0-76",
"vite": "^2.9.15", "vite": "^2.9.15",
"vite-plugin-file-copy": "^1.0.0", "vite-plugin-file-copy": "^1.0.0",

View File

@ -354,26 +354,9 @@ body.window-touch {
} }
body.window-portrait { body.window-portrait {
.mobile-tabbar {
display: flex;
}
.mobile-notification { .mobile-notification {
top: 12px; top: 12px;
width: 94%; width: 94%;
max-width: none; max-width: none;
} }
@media (max-height: 400px) {
.mobile-tabbar {
display: none !important;
}
.page-manage {
&.show-tabbar {
.manage-box-main {
margin-bottom: 0 !important;
}
}
}
}
} }

View File

@ -435,13 +435,24 @@
body.window-portrait { body.window-portrait {
.page-manage { .page-manage {
.manage-box-menu {
display: none;
}
&.show-tabbar { &.show-tabbar {
.manage-box-main { .manage-box-main {
margin-bottom: 60px; margin-bottom: 60px;
} }
} .mobile-tabbar {
.manage-box-menu { display: flex;
display: none; }
@media (max-height: 400px) {
.manage-box-main {
margin-bottom: 0;
}
.mobile-tabbar {
display: none;
}
}
} }
} }
} }