shaogen1995 1 年之前
父節點
當前提交
50824ffa1b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/MoreContent.vue

+ 2 - 2
src/views/MoreContent.vue

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