[Improvement] optimize find parent mixin (#781)
This commit is contained in:
@@ -146,7 +146,9 @@ export default create({
|
||||
}
|
||||
}
|
||||
|
||||
el.style.height = height + 'px';
|
||||
if (height) {
|
||||
el.style.height = height + 'px';
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user