const minwidth = (this.$refs.progress.clientWidth / barwidth + this.percentum) * this.percentmax // 10 - 90const maxwidth = this.$refs.progress.clientWidth / barwidth * this.percentmax // 0 - 80minwidth 滑動取到的是10-90,maxwidth 滑動取到的是0-80 ,怎么取10-80
js滑塊取最大值和最小值問題
拉風(fēng)的咖菲貓
2019-03-13 17:12:42