Administrator 2 سال پیش
والد
کامیت
38ca242f69
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/Table/components/WaterLevelChart.vue

+ 2 - 2
src/views/Table/components/WaterLevelChart.vue

@@ -49,14 +49,14 @@
   					series: [{
   						name: '完成',
   						type: 'liquidFill',
-  						radius: '80%',
+  						radius: '130rem',
   						data: [0.80],
   						label: {
   							normal: {
   								color: '#27e5f1',
   								insideColor: '#fff',
   								textStyle: {
-  									fontSize: 40,
+  									fontSize: "40rem",
   									fontWeight: 'bold',
   								}
   							}