vue-progressbar icon indicating copy to clipboard operation
vue-progressbar copied to clipboard

渐变色

Open ccforeverd opened this issue 7 years ago • 1 comments

希望可以支持渐变色的进度条


    let style = {
        'background': this.progress.options.canSuccess ? this.progress.options.color : this.progress.options.failedColor,
        'opacity': this.progress.options.show ? 1 : 0
    }

ccforeverd avatar Mar 03 '17 08:03 ccforeverd

#95

GzhiYi avatar May 05 '20 03:05 GzhiYi