master
gongfuxiang 2025-02-28 13:07:21 +08:00
parent 185d0c7efe
commit 975c622d03
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
// #ifdef H5
//
var width = uni.getSystemInfoSync().windowWidth;
if (width > 800) {
if (width > 960) {
left = (width - 800) / 2;
}
// #endif