✨(component): 完善Progress组件 环形模式,新增circleSize和circleWidth两个属性来控制环形进度条尺寸和线条宽度
重新用SVG实现环形进度条,并在@Sight的建议下兼容了SVG夜间模式
This commit is contained in:
@@ -58,7 +58,7 @@ const changeTheme = (theme: string) => {
|
||||
|
||||
const defaultFixes: DynamicThemeFix = {
|
||||
css: "",
|
||||
invert: [],
|
||||
invert: ['.lay-progress-circle svg'],
|
||||
ignoreImageAnalysis: [],
|
||||
disableStyleSheetsProxy: false,
|
||||
ignoreInlineStyle: ignoreInlineStyle,
|
||||
|
||||
Reference in New Issue
Block a user