fix: ball lose (#38338)

* fix: ball lose

* Update components/anchor/style/index.less

Co-authored-by: afc163 <afc163@gmail.com>

* fix: fix style

Co-authored-by: afc163 <afc163@gmail.com>
This commit is contained in:
lijianan 2022-11-02 12:00:11 +08:00 committed by GitHub
parent 4c8bcaa5fd
commit 81864f9b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@
transform: translateX(-50%);
transition: top 0.3s ease-in-out;
&.@{ant-prefix}-ink-ball-visible {
&.@{ant-prefix}-anchor-ink-ball-visible {
display: inline-block;
}
}