fix: 颜色选择器 添加透明度的选择 以及topo图 背景默认透明
This commit is contained in:
@@ -1709,7 +1709,7 @@ export default {
|
||||
return ''
|
||||
}
|
||||
;
|
||||
if (color.length <= 7) {
|
||||
if (color.indexOf('#') === 0) {
|
||||
return color
|
||||
}
|
||||
const rgb = color.split(',')
|
||||
|
||||
Reference in New Issue
Block a user