功能变化: lint
parent
b45387e6a2
commit
3bedc737bb
|
@ -202,7 +202,7 @@ export default {
|
||||||
},
|
},
|
||||||
deep: true,
|
deep: true,
|
||||||
immediate: true
|
immediate: true
|
||||||
},
|
}
|
||||||
// currentValue (newValue, oldVal) {
|
// currentValue (newValue, oldVal) {
|
||||||
// const { tableConfig } = this._elProps
|
// const { tableConfig } = this._elProps
|
||||||
// const { value } = this.dict
|
// const { value } = this.dict
|
||||||
|
|
|
@ -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