fix:页面bug修改

This commit is contained in:
zhangyu
2021-05-13 11:40:22 +08:00
parent 29dc51afd0
commit b60eb36839
12 changed files with 94 additions and 49 deletions

View File

@@ -149,7 +149,7 @@ export default {
rx: 5,
ry: 5
}).fill({ color: `rgba(${rgbColor},0)` }).data({ color: rgbColor })
str = this.from === 'asset' ? item.host : item.module
str = this.from === 'asset' ? item.name : item.name
str += ''
if (str.length >= 15) {
str = str.slice(0, 12) + '...'