mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix(ci): fix cascader ns querySelector class (#6552)
This commit is contained in:
parent
51aac2f630
commit
e10a1e4c9d
@ -276,7 +276,7 @@ export default defineComponent({
|
||||
const menuElement = menu?.$el
|
||||
if (menuElement) {
|
||||
const container = menuElement.querySelector(
|
||||
`.${ns.namespace.value}scrollbar__wrap`
|
||||
`.${ns.namespace.value}-scrollbar__wrap`
|
||||
)
|
||||
const activeNode =
|
||||
menuElement.querySelector(`.${ns.b('node')}.${ns.is('active')}`) ||
|
||||
|
Loading…
Reference in New Issue
Block a user