Hwt 2 years ago
parent
commit
6db972ff2b

+ 5 - 4
operationSupport/src/views/newWorkBench/components/indexOptionChart.js

@@ -1417,17 +1417,18 @@ export const quantitativeAnalysisDashboard = (name = [], data = [], color = [])
             top: '30%',
             textAlign: 'center',
             textStyle: {
-                color: 'rgba(245, 247, 247,0.6)',
-                fontSize: 12
+                color: '#858892',
+                fontSize: 12,
+                fontWeight: 'lighter'
             },
             subtext: `${percent} %`,
             subtextStyle: {
-                color: 'rgba(245, 247, 247,1)',
+                color: '#fff',
                 fontSize: 20
             }
         },
         polar: {
-            radius: ['75%', '100%'],
+            radius: ['72%', '97%'],
             center: ['35%', '50%']
         },
         // 极坐标角度轴

+ 2 - 1
operationSupport/src/views/newWorkBench/components/rentalAndSaleRate.vue

@@ -43,7 +43,8 @@ let defaultTitle = {
       a: {
         fontSize: 12,
         color: '#858892',
-        padding: [0, 0, 0, 3]
+        padding: [0, 0, 0, 3],
+        fontWeight: 'lighter'
       }
     }
   }