fix: 修复部分标签背景色不显示的情况
This commit is contained in:
@@ -49,6 +49,9 @@ export default {
|
||||
colorUtils.generateColorScheme(item.color, defaultColor) :
|
||||
defaultColors;
|
||||
backgroundColor = colors[index % colors.length];
|
||||
if (backgroundColor === '#ffffff' || backgroundColor === '#000000') {
|
||||
backgroundColor = item.color;
|
||||
}
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user