15902849627 hai 4 meses
pai
achega
e284960fef
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/components/page/Dashboard.vue

+ 2 - 2
src/components/page/Dashboard.vue

@@ -532,7 +532,7 @@ export default {
             })
         },
         numberSplit(num) {
-            const targetLength = 6; // 目标数组长度
+            const targetLength = 5; // 目标数组长度
             const digits = Array.from(String(num.toFixed(0)), Number); // [1, 2, 3]
             const zerosToAdd =(targetLength > digits.length)? targetLength - digits.length : digits.length; // 需要补的 0 的数量
             const result = Array(zerosToAdd).fill(0).concat(digits);
@@ -1246,7 +1246,7 @@ export default {
 
                                 .a1 {
                                     top: 50px;
-                                    left: 50px;
+                                    left: 25px;
                                     text-align: center;
                                     position: absolute;