Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
junjie 2021-06-10 17:37:43 +08:00
commit a8c3d11451

View File

@ -83,7 +83,7 @@ export default {
kids.forEach(kid => {
contentWidth += kid.offsetWidth
})
this.showNumber = contentWidth > (this.$refs.deSelect.$refs.tags.clientWidth * 0.9)
this.showNumber = contentWidth > ((this.$refs.deSelect.$refs.tags.clientWidth - 30) * 0.9)
})
},