在侧边栏显示的返回顶部按钮能否设置为圆角? #384
-
Beta Was this translation helpful? Give feedback.
Answered by
stevenjoezhang
Oct 6, 2021
Replies: 1 comment
-
圆角可以用 CSS 设置: .back-to-top {
border-radius: 0 0 20px 20px;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zhmou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
圆角可以用 CSS 设置: