tongshanglei před 2 roky
rodič
revize
6e7be94a43
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3 2
      src/views/screen/index.vue

+ 3 - 2
src/views/screen/index.vue

@@ -324,19 +324,20 @@ export default {
             {
               name: '校准状态',
               type: 'pie',
-              radius: ['0', '80%'],
+              radius: ['0', '90%'],
               avoidLabelOverlap: false,
               label: {
                 normal: {
                   show: true,
                   position: 'inner', // 数值显示在内部
+                 
                   formatter: '{b}', // 格式化数值百分比输出
                 },
               },
               emphasis: {
                 label: {
                   show: true,
-                  fontSize: '40',
+                  fontSize: '16',
                   fontWeight: 'bold'
                 }
               },