Explorar o código

[feat] 彩虹图

byq hai 1 semana
pai
achega
12d91f32e4
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/xjc-integratedmachine/wakeup/rainbow/index.vue

+ 2 - 2
src/views/xjc-integratedmachine/wakeup/rainbow/index.vue

@@ -542,7 +542,7 @@
         const ctx = canvas.getContext("2d");
 
         // 圆心和半径
-        const centerX = 916;
+        const centerX = 910;
         const centerY = 1023;
         const radius = 855;
 
@@ -780,7 +780,7 @@
             height: 800px;
             border: 1px pink solid;
             position: absolute;
-            left: 0px;
+            left: -36px;
             top: 0px;
             //background: #ffff00;
         }