纸上扫雷 %!s(int64=8) %!d(string=hai) anos
pai
achega
9956896401
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/components/header.vue

+ 1 - 1
examples/components/header.vue

@@ -259,7 +259,7 @@
       scroll(() => {
         if (this.isHome) {
           const threshold = 200;
-          let alpha = Math.min(document.body.scrollTop, threshold) / threshold;
+          let alpha = Math.min((document.documentElement.scrollTop || document.body.scrollTop), threshold) / threshold;
           this.$refs.header.style.backgroundColor = `rgba(32, 160, 255, ${ alpha })`;
         }
       });