mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
@@ -144,7 +144,7 @@ export default sfc({
|
||||
const text = this[`${status}Text`] || t(status);
|
||||
const style = {
|
||||
transition: `${this.duration}ms`,
|
||||
transform: `translate3d(0,${this.height}px, 0)`
|
||||
transform: this.height ? `translate3d(0,${this.height}px, 0)` : ''
|
||||
};
|
||||
|
||||
const Status = this.slots(status) || [
|
||||
|
Reference in New Issue
Block a user