mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +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() {
|
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}`
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user