@@ -31,7 +31,7 @@ exports[`renders ./components/anchor/demo/basic.vue correctly 1`] = `
31
31
32
32
exports [` renders ./components/anchor/demo/customizeHighlight.vue correctly 1` ] = `
33
33
<div class = " ant-anchor-wrapper" style = " max-height: 100vh;" >
34
- <div class = " ant-anchor fixed" >
34
+ <div class = " ant-anchor ant-anchor- fixed" >
35
35
<div class = " ant-anchor-ink" ><span class = " ant-anchor-ink-ball visible" style = " top: -4.5px;" ></span ></div >
36
36
<div class = " ant-anchor-link" ><a class = " ant-anchor-link-title" href = " #components-anchor-demo-basic" title = " Basic demo" >Basic demo</a >
37
37
<!---->
@@ -53,7 +53,7 @@ exports[`renders ./components/anchor/demo/customizeHighlight.vue correctly 1`] =
53
53
54
54
exports [` renders ./components/anchor/demo/onChange.vue correctly 1` ] = `
55
55
<div class = " ant-anchor-wrapper" style = " max-height: 100vh;" >
56
- <div class = " ant-anchor fixed" >
56
+ <div class = " ant-anchor ant-anchor- fixed" >
57
57
<div class = " ant-anchor-ink" ><span class = " ant-anchor-ink-ball" ></span ></div >
58
58
<div class = " ant-anchor-link" ><a class = " ant-anchor-link-title" href = " #components-anchor-demo-basic" title = " Basic demo" >Basic demo</a >
59
59
<!---->
@@ -75,7 +75,7 @@ exports[`renders ./components/anchor/demo/onChange.vue correctly 1`] = `
75
75
76
76
exports [` renders ./components/anchor/demo/onClick.vue correctly 1` ] = `
77
77
<div class = " ant-anchor-wrapper" style = " max-height: 100vh;" >
78
- <div class = " ant-anchor fixed" >
78
+ <div class = " ant-anchor ant-anchor- fixed" >
79
79
<div class = " ant-anchor-ink" ><span class = " ant-anchor-ink-ball" ></span ></div >
80
80
<div class = " ant-anchor-link" ><a class = " ant-anchor-link-title" href = " #components-anchor-demo-basic" title = " Basic demo" >Basic demo</a >
81
81
<!---->
@@ -97,7 +97,7 @@ exports[`renders ./components/anchor/demo/onClick.vue correctly 1`] = `
97
97
98
98
exports [` renders ./components/anchor/demo/static.vue correctly 1` ] = `
99
99
<div class = " ant-anchor-wrapper" style = " max-height: 100vh;" >
100
- <div class = " ant-anchor fixed" >
100
+ <div class = " ant-anchor ant-anchor- fixed" >
101
101
<div class = " ant-anchor-ink" ><span class = " ant-anchor-ink-ball" ></span ></div >
102
102
<div class = " ant-anchor-link" ><a class = " ant-anchor-link-title" href = " #components-anchor-demo-basic" title = " Basic demo" >Basic demo</a >
103
103
<!---->
0 commit comments