update dist and lib
This commit is contained in:
@ -118,7 +118,7 @@ export default {
|
||||
|
||||
const sum = value.reduce((all, v) => all + v, 0)
|
||||
|
||||
const percent = parseInt(value[activeIndex] / sum * 100) || 0
|
||||
const percent = parseFloat(value[activeIndex] / sum * 100) || 0
|
||||
|
||||
return {
|
||||
content: '{nt}%',
|
||||
|
@ -237,7 +237,7 @@ export default {
|
||||
const timestamp = Date.now()
|
||||
return {
|
||||
ref: 'border-box-11',
|
||||
filterId: `borderr-box-11-filterId-${timestamp}`,
|
||||
filterId: `border-box-11-filterId-${timestamp}`,
|
||||
|
||||
defaultColor: ['#8aaafb', '#1f33a2'],
|
||||
|
||||
|
Reference in New Issue
Block a user