* task #7664, improve UI of cmmiprogress block.

This commit is contained in:
Catouse
2020-08-25 09:59:27 +08:00
parent b837b742ab
commit eae8fae1f1

View File

@@ -109,8 +109,7 @@ function initMilestoneChart()
});
}
if(betterWidth > 200) setTimeout(renderChart, 100);
else renderChart();
setTimeout(renderChart, betterWidth > 200 ? 100 : 10);
}
initMilestoneChart();
</script>