LiuTeng hace 1 año
padre
commit
b41fe43917
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/views/report/index.vue

+ 4 - 4
src/views/report/index.vue

@@ -397,8 +397,8 @@ export default {
           right: -150px;
           top: -100px;
           z-index: 99;
-          width: 120px;
-          height: 120px;
+          width: 100px;
+          height: 100px;
           border-radius: 50%;
           background: #4f97e2;
           display: flex;
@@ -406,8 +406,8 @@ export default {
           justify-content: center;
 
           div {
-            width: 100px;
-            height: 100px;
+            width: 80px;
+            height: 80px;
             font-size: 30px;
             color: #ffffff;
             letter-spacing: 3px;