对于环形进度条,你可以使用 width 和height 属性来设置进度条的宽度和高度(直径)。这两个属性的值也都是数字,表示对应的宽度和高度(以像素为单位)。 vue <template> <div> <el-progress type="circle" :percentage="50" :width="100" :height="100"></el-progress> <...
环形进度条画布宽度(只在 type 为 circle 或 dashboard 时可用) color color:string Defined in YH-Element/src/data/ElProgress.ts:101 进度条当前状态 css css:ElProgressStyle Defined in YH-Element/src/data/ElProgress.ts:145 format format:string ...