功能变化: 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,
immediate: true
},
}
// currentValue (newValue, oldVal) {
// const { tableConfig } = this._elProps
// const { value } = this.dict

View File

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