mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
fix(components):[select] namespace (#6486)
This commit is contained in:
parent
80d903771f
commit
593082ec65
@ -654,7 +654,7 @@ export const useSelect = (props, states: States, ctx) => {
|
||||
|
||||
if (tooltipRef.value && target) {
|
||||
const menu = tooltipRef.value?.popperRef?.contentRef?.querySelector?.(
|
||||
'.el-select-dropdown__wrap'
|
||||
`.${ns.be('dropdown', 'wrap')}`
|
||||
)
|
||||
if (menu) {
|
||||
scrollIntoView(menu as HTMLElement, target)
|
||||
|
Loading…
Reference in New Issue
Block a user