mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
Merge branch 'dev' of https://github.com/youzan/vant into dev
This commit is contained in:
@@ -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}`
|
||||
};
|
||||
|
Reference in New Issue
Block a user