shaogen1995 1 year ago
parent
commit
50824ffa1b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/MoreContent.vue

+ 2 - 2
src/views/MoreContent.vue

@@ -1141,7 +1141,7 @@ onMounted(() => {
 
         position: absolute;
         top: calc(
-          245px * v-bind("windowHeight") / v-bind("windowHeightDesign")
+          200px * v-bind("windowHeight") / v-bind("windowHeightDesign")
         );
         left: calc(
           216px * v-bind("windowHeight") / v-bind("windowHeightDesign")
@@ -1150,7 +1150,7 @@ onMounted(() => {
         > .watch-detail {
           position: absolute;
           top: calc(
-            132px * v-bind("windowHeight") / v-bind("windowHeightDesign")
+            208px * v-bind("windowHeight") / v-bind("windowHeightDesign")
           );
           left: 0;
           background-image: url(@/assets/images/fade-chapter-btn-bg-big.png);