功能变化: lint
parent
b45387e6a2
commit
3bedc737bb
|
@ -202,7 +202,7 @@ export default {
|
|||
},
|
||||
deep: true,
|
||||
immediate: true
|
||||
},
|
||||
}
|
||||
// currentValue (newValue, oldVal) {
|
||||
// const { tableConfig } = this._elProps
|
||||
// const { value } = this.dict
|
||||
|
|
|
@ -440,11 +440,11 @@ export default {
|
|||
this.selected.length === 0
|
||||
? sizeInMap + 'px'
|
||||
: Math.max(
|
||||
tags
|
||||
? tags.clientHeight + (tags.clientHeight > sizeInMap ? 6 : 0)
|
||||
: 0,
|
||||
sizeInMap
|
||||
) + 'px'
|
||||
tags
|
||||
? tags.clientHeight + (tags.clientHeight > sizeInMap ? 6 : 0)
|
||||
: 0,
|
||||
sizeInMap
|
||||
) + 'px'
|
||||
input.style.height = height
|
||||
if (this.visible && this.emptyText !== false) {
|
||||
this.broadcast('ElSelectDropdown', 'updatePopper')
|
||||
|
|
Loading…
Reference in New Issue