1
0

轮播图文字显示不全bug

This commit is contained in:
2026-06-01 11:45:18 +08:00
parent 3f8ab381e5
commit c6aa8b49c7
2 changed files with 46 additions and 1 deletions

View File

@@ -183,6 +183,10 @@
function getHeroInterleaveOffset() {
var windowWidth = window.innerWidth;
if (windowWidth <= 480) {
return 0;
}
if (windowWidth <= 767) {
return 0.05;
}