zhulizhen1111 5 lat temu
rodzic
commit
532aec72c4

+ 1 - 1
src/views/strategy/animationBox.vue

@@ -155,7 +155,7 @@ export default {
             span:nth-of-type(2),
             span:nth-of-type(4) {
                 height: 32px;
-                font-size: 18px;
+                font-size: 24px;
                 font-family: Persagy;
                 color: rgba(31, 36, 41, 1);
                 line-height: 29px;

+ 2 - 2
src/views/strategy/bomBox.vue

@@ -107,7 +107,7 @@ export default {
                         left: 'center',
                         top: '45%',
                         style: {
-                            text: this.circle2 + '%',
+                            text: this.circle2.toFixed(1) + '%',
                             textAlign: 'center',
                             fill: '#000', //文字的颜色
                             width: 30,
@@ -265,7 +265,7 @@ export default {
                 span:nth-of-type(2),
                 span:nth-of-type(4) {
                     height: 32px;
-                    font-size: 24px;
+                    font-size:18px;
                     font-family: Persagy;
                     color: rgba(31, 36, 41, 1);
                     line-height: 29px;