update
This commit is contained in:
@@ -22,6 +22,7 @@ watch(
|
|||||||
() => visible.value,
|
() => visible.value,
|
||||||
(val) => {
|
(val) => {
|
||||||
const node = XFilterRef.value.$el.nextElementSibling.childNodes[2];
|
const node = XFilterRef.value.$el.nextElementSibling.childNodes[2];
|
||||||
|
console.log(node);
|
||||||
if (val) {
|
if (val) {
|
||||||
node.style.transform = 'none';
|
node.style.transform = 'none';
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user