style(Badge): style issues when the dot option is turned on (#9686) (#9687)

This commit is contained in:
Mario34 2021-10-16 19:47:02 +08:00 committed by GitHub
parent f3d75c8660
commit f4e7f90dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,8 @@
height: var(--van-badge-dot-size);
background: var(--van-badge-dot-color);
border-radius: 100%;
border: none;
padding: 0;
}
&__wrapper {