Authored by 鲁尚清

Merge branch 'master-500-dev' of http://192.168.1.136:82/monitor_v3/hg-monitor-w…

…eb into master-500-dev-lushangqing
@@ -404,7 +404,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele @@ -404,7 +404,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
404 //计算仪表盘的旋转角度 404 //计算仪表盘的旋转角度
405 var target = pie.find('[data-degree]'); 405 var target = pie.find('[data-degree]');
406 //旋转最大角度 406 //旋转最大角度
407 - var sum = 180; 407 + var sum = 160;
408 target.map(function () { 408 target.map(function () {
409 $(this).find('.pie-bar').remove(); 409 $(this).find('.pie-bar').remove();
410 $(this).append('<i class="pie-bar"></i>'); 410 $(this).append('<i class="pie-bar"></i>');