Index: ssts-web/src/main/webapp/disinfectsystem/config/zd5y/realTimeDashboards/js/index.js =================================================================== diff -u -r35412 -r35415 --- ssts-web/src/main/webapp/disinfectsystem/config/zd5y/realTimeDashboards/js/index.js (.../index.js) (revision 35412) +++ ssts-web/src/main/webapp/disinfectsystem/config/zd5y/realTimeDashboards/js/index.js (.../index.js) (revision 35415) @@ -248,7 +248,7 @@ var series = [ { type: 'pie', - radius: ['40%', '80%'], + radius: ['40%', '70%'], data: [ { value: finishedAmount, name: '已完成' }, { value: scheduledAmount, name: '已安排' } @@ -260,15 +260,15 @@ formatter: '{value|{c}}\n{name|{b}}', rich: { name: { - fontSize: 20, + fontSize: 14, fontFamily: "微软雅黑", color: '#fff' }, value: { fontFamily: "微软雅黑", - fontSize: 20, + fontSize: 14, color: '#f0f0f0', - lineHeight: 50 + lineHeight: 30 }, } }