提交 7bf65480 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

feat: 下拉框多选样式适配新画布

上级 38dea1ad
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论