mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 17:31:25 +08:00
1df1034f20
* chore(deps-dev): bump glob from 8.1.0 to 9.2.1 Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 9.2.1. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v8.1.0...v9.2.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix: update api * fix * fix * fix path * fix path * update snap * update snap * update snap --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 栗嘉男 <574980606@qq.com>
48 lines
711 B
Plaintext
48 lines
711 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`renders components/back-top/demo/basic.tsx correctly 1`] = `
|
|
Array [
|
|
<div
|
|
class="ant-back-top"
|
|
/>,
|
|
Scroll down to see the bottom-right,
|
|
<strong
|
|
class="site-back-top-basic"
|
|
>
|
|
gray
|
|
</strong>,
|
|
button.,
|
|
]
|
|
`;
|
|
|
|
exports[`renders components/back-top/demo/custom.tsx correctly 1`] = `
|
|
<div
|
|
style="height:600vh;padding:8px"
|
|
>
|
|
<div>
|
|
Scroll to bottom
|
|
</div>
|
|
<div>
|
|
Scroll to bottom
|
|
</div>
|
|
<div>
|
|
Scroll to bottom
|
|
</div>
|
|
<div>
|
|
Scroll to bottom
|
|
</div>
|
|
<div>
|
|
Scroll to bottom
|
|
</div>
|
|
<div>
|
|
Scroll to bottom
|
|
</div>
|
|
<div>
|
|
Scroll to bottom
|
|
</div>
|
|
<div
|
|
class="ant-back-top"
|
|
/>
|
|
</div>
|
|
`;
|