mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
update back-top demo
This commit is contained in:
parent
432e5c615b
commit
27ccd4afd5
@ -16,7 +16,7 @@ exports[`renders ./components/back-top/demo/custom.md correctly 1`] = `
|
|||||||
<div>
|
<div>
|
||||||
Scroll down to see the bottom-right
|
Scroll down to see the bottom-right
|
||||||
<strong
|
<strong
|
||||||
style="color:#57c5f7;"
|
style="color:#1088e9;"
|
||||||
>
|
>
|
||||||
blue
|
blue
|
||||||
</strong>
|
</strong>
|
||||||
|
@ -23,7 +23,7 @@ ReactDOM.render(
|
|||||||
<div className="ant-back-top-inner">UP</div>
|
<div className="ant-back-top-inner">UP</div>
|
||||||
</BackTop>
|
</BackTop>
|
||||||
Scroll down to see the bottom-right
|
Scroll down to see the bottom-right
|
||||||
<strong style={{ color: '#57c5f7' }}> blue </strong>
|
<strong style={{ color: '#1088e9' }}> blue </strong>
|
||||||
button.
|
button.
|
||||||
</div>,
|
</div>,
|
||||||
mountNode
|
mountNode
|
||||||
@ -39,7 +39,7 @@ ReactDOM.render(
|
|||||||
width: 40px;
|
width: 40px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #57c5f7;
|
background-color: #1088e9;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user