@@ -31,7 +31,7 @@ exports[`renders ./components/anchor/demo/basic.vue correctly 1`] = `
3131
3232exports [` renders ./components/anchor/demo/customizeHighlight.vue correctly 1` ] = `
3333<div class = " ant-anchor-wrapper" style = " max-height: 100vh;" >
34- <div class = " ant-anchor fixed" >
34+ <div class = " ant-anchor ant-anchor- fixed" >
3535 <div class = " ant-anchor-ink" ><span class = " ant-anchor-ink-ball visible" style = " top: -4.5px;" ></span ></div >
3636 <div class = " ant-anchor-link" ><a class = " ant-anchor-link-title" href = " #components-anchor-demo-basic" title = " Basic demo" >Basic demo</a >
3737 <!---->
@@ -53,7 +53,7 @@ exports[`renders ./components/anchor/demo/customizeHighlight.vue correctly 1`] =
5353
5454exports [` renders ./components/anchor/demo/onChange.vue correctly 1` ] = `
5555<div class = " ant-anchor-wrapper" style = " max-height: 100vh;" >
56- <div class = " ant-anchor fixed" >
56+ <div class = " ant-anchor ant-anchor- fixed" >
5757 <div class = " ant-anchor-ink" ><span class = " ant-anchor-ink-ball" ></span ></div >
5858 <div class = " ant-anchor-link" ><a class = " ant-anchor-link-title" href = " #components-anchor-demo-basic" title = " Basic demo" >Basic demo</a >
5959 <!---->
@@ -75,7 +75,7 @@ exports[`renders ./components/anchor/demo/onChange.vue correctly 1`] = `
7575
7676exports [` renders ./components/anchor/demo/onClick.vue correctly 1` ] = `
7777<div class = " ant-anchor-wrapper" style = " max-height: 100vh;" >
78- <div class = " ant-anchor fixed" >
78+ <div class = " ant-anchor ant-anchor- fixed" >
7979 <div class = " ant-anchor-ink" ><span class = " ant-anchor-ink-ball" ></span ></div >
8080 <div class = " ant-anchor-link" ><a class = " ant-anchor-link-title" href = " #components-anchor-demo-basic" title = " Basic demo" >Basic demo</a >
8181 <!---->
@@ -97,7 +97,7 @@ exports[`renders ./components/anchor/demo/onClick.vue correctly 1`] = `
9797
9898exports [` renders ./components/anchor/demo/static.vue correctly 1` ] = `
9999<div class = " ant-anchor-wrapper" style = " max-height: 100vh;" >
100- <div class = " ant-anchor fixed" >
100+ <div class = " ant-anchor ant-anchor- fixed" >
101101 <div class = " ant-anchor-ink" ><span class = " ant-anchor-ink-ball" ></span ></div >
102102 <div class = " ant-anchor-link" ><a class = " ant-anchor-link-title" href = " #components-anchor-demo-basic" title = " Basic demo" >Basic demo</a >
103103 <!---->
0 commit comments