摘要:
<el-progress type="circle" :percentage="item.percent" :color="item.color" :height="80" :width="80" :stroke-width="3" class="my-progress" /> .my-progre 阅读全文
摘要:
const COLOR = [ ['#3ECEAE','#72E9D7'], ['#F18C5F','#F9C098'], ['#408AF8','#74BEFC'] ]; series: [ { name: "测试", type: "bar", data: this.chartValue, bar 阅读全文