bug修复: 修复table-selector组件问题
parent
d0a9147e84
commit
f73e856420
|
@ -440,11 +440,11 @@ export default {
|
||||||
this.selected.length === 0
|
this.selected.length === 0
|
||||||
? sizeInMap + 'px'
|
? sizeInMap + 'px'
|
||||||
: Math.max(
|
: Math.max(
|
||||||
tags
|
tags
|
||||||
? tags.clientHeight + (tags.clientHeight > sizeInMap ? 6 : 0)
|
? tags.clientHeight + (tags.clientHeight > sizeInMap ? 6 : 0)
|
||||||
: 0,
|
: 0,
|
||||||
sizeInMap
|
sizeInMap
|
||||||
) + 'px'
|
) + 'px'
|
||||||
input.style.height = height
|
input.style.height = height
|
||||||
if (this.visible && this.emptyText !== false) {
|
if (this.visible && this.emptyText !== false) {
|
||||||
this.broadcast('ElSelectDropdown', 'updatePopper')
|
this.broadcast('ElSelectDropdown', 'updatePopper')
|
||||||
|
|
Loading…
Reference in New Issue