mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix: Col empty style
This commit is contained in:
parent
96a90097a5
commit
15569b0e51
@ -33,7 +33,7 @@ export default {
|
||||
const padding = `${this.gutter / 2}px`;
|
||||
return this.gutter
|
||||
? { paddingLeft: padding, paddingRight: padding }
|
||||
: null;
|
||||
: {};
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -24,7 +24,7 @@ export default {
|
||||
const margin = `-${Number(this.gutter) / 2}px`;
|
||||
return this.gutter
|
||||
? { marginLeft: margin, marginRight: margin }
|
||||
: null;
|
||||
: {};
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user