shaogen1995 1 年之前
父节点
当前提交
22402218c5
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      src/views/MoreContent.vue

+ 4 - 3
src/views/MoreContent.vue

@@ -939,6 +939,7 @@ onMounted(() => {
       }
 
       > .bamboo-4_11 {
+        display: none;
         position: absolute;
         bottom: 0;
         left: calc(
@@ -1073,7 +1074,7 @@ onMounted(() => {
         top: 0;
         height: 100%;
         left: calc(
-          846px * v-bind("layer2SpeedFactor") * v-bind("windowHeight") /
+          794px * v-bind("layer2SpeedFactor") * v-bind("windowHeight") /
             v-bind("windowHeightDesign")
         );
       }
@@ -1209,7 +1210,7 @@ onMounted(() => {
           245px * v-bind("windowHeight") / v-bind("windowHeightDesign")
         );
         left: calc(
-          795px * v-bind("windowHeight") / v-bind("windowHeightDesign")
+          770px * v-bind("windowHeight") / v-bind("windowHeightDesign")
         );
 
         > .button-group {
@@ -1339,7 +1340,7 @@ onMounted(() => {
         top: 0;
         height: 100%;
         left: calc(
-          820px * v-bind("windowHeight") / v-bind("windowHeightDesign")
+          825px * v-bind("windowHeight") / v-bind("windowHeightDesign")
         );
       }