diff --git a/src/views/backOfficeSystem/IntelligentControl/warningControl/components/WarningCount.vue b/src/views/backOfficeSystem/IntelligentControl/warningControl/components/WarningCount.vue index 8cead3e..7e21cd1 100644 --- a/src/views/backOfficeSystem/IntelligentControl/warningControl/components/WarningCount.vue +++ b/src/views/backOfficeSystem/IntelligentControl/warningControl/components/WarningCount.vue @@ -15,7 +15,6 @@ const optionsData = [ name: "待办", value: 2056, itemStyle: { - // color: "#2A71FF" echarts:'rgba(44,44,44,0.8)' } }, @@ -54,7 +53,7 @@ const echartInit = () => { name: "pie2d", type: "pie", label: { - // show: false, + show: false, opacity: 1, fontSize: 14, lineHeight: 20, @@ -64,7 +63,7 @@ const echartInit = () => { } }, labelLine: { - // show: false, + show: false, length: 20, length2: 25 }, @@ -90,7 +89,7 @@ const echartInit = () => { itemGap: 14, itemHeight: 8, itemWidth: 17, - right: "2%", + right: "20%", textStyle: { color: "#fff", fontSize: 12 @@ -152,11 +151,11 @@ const echartInit = () => { show: false, boxHeight: 0.01, bottom: "50%", - left:'-12%', + left:'-18%', // environment: "rgba(255,255,255,0)",// 环境颜色 viewControl: { - distance: 180, //圆环的大小 ,值越大换越小 - alpha: 25, //倾斜的角度 + distance: 130, //圆环的大小 ,值越大换越小 + alpha: 30, //倾斜的角度 beta: 0,//旋转的角度 autoRotate: false // 取消自动旋转 } diff --git a/src/views/backOfficeSystem/IntelligentControl/warningControl/index.vue b/src/views/backOfficeSystem/IntelligentControl/warningControl/index.vue index fef2ec3..bf3d02b 100644 --- a/src/views/backOfficeSystem/IntelligentControl/warningControl/index.vue +++ b/src/views/backOfficeSystem/IntelligentControl/warningControl/index.vue @@ -71,7 +71,6 @@