mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
Merge branch 'dev' of https://github.com/youzan/vant into dev
This commit is contained in:
commit
f60560d065
@ -25,7 +25,7 @@ export default sfc({
|
|||||||
anchorStyle() {
|
anchorStyle() {
|
||||||
if (this.sticky) {
|
if (this.sticky) {
|
||||||
return {
|
return {
|
||||||
top: `${this.top}px`,
|
transform: `translate3d(0, ${this.top}px, 0)`,
|
||||||
color: this.parent.highlightColor,
|
color: this.parent.highlightColor,
|
||||||
zIndex: `${this.parent.zIndex}`
|
zIndex: `${this.parent.zIndex}`
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user