提交 a8c3d114 authored 作者: junjie's avatar junjie

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

...@@ -83,7 +83,7 @@ export default { ...@@ -83,7 +83,7 @@ export default {
kids.forEach(kid => { kids.forEach(kid => {
contentWidth += kid.offsetWidth 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)
}) })
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论