Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.3k views
in Technique[技术] by (71.8m points)

element-ui el-progress type=“circle” 进度为0时,在Firefox的bug

问题描述

element-ui el-progress type=“circle” 进度为0时,在Firefox出现黄色进度条,但是在Chrome和正确情况是没有填充色的

firefox firefox.png

chrome以及正确显示 chrome.png

相关代码

<el-progress
                  type="circle"
                  :width="80"
                  :stroke-width="8"
                  :percentage="0                  "
                  color="#f5c035"
                />

请问这个bug有人遇到过吗?或者有思路怎么修吗?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...