修改显示大学

master
于肖磊 2025-02-28 15:43:57 +08:00
parent 7e46075af2
commit 90d1fda759
1 changed files with 1 additions and 1 deletions

View File

@ -2005,7 +2005,7 @@
//
window_width_handle(width) {
// #ifdef H5 || APP
if (width > 800) {
if (width > 960) {
width = 800;
}
// #endif