Merge branch 'dev' of https://github.com/youzan/vant into dev

This commit is contained in:
陈嘉涵 2019-05-30 17:17:07 +08:00
commit f60560d065

View File

@ -25,7 +25,7 @@ export default sfc({
anchorStyle() {
if (this.sticky) {
return {
top: `${this.top}px`,
transform: `translate3d(0, ${this.top}px, 0)`,
color: this.parent.highlightColor,
zIndex: `${this.parent.zIndex}`
};