功能变化: lint

pull/104/head
李强 2023-08-21 14:31:27 +08:00
parent b45387e6a2
commit 3bedc737bb
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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')