style(Image): fix border radius value (#9163)

This commit is contained in:
neverland 2021-08-01 16:05:33 +08:00 committed by GitHub
parent 1c781113bd
commit 8f96a7b8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,9 @@
&--round { &--round {
overflow: hidden; overflow: hidden;
border-radius: 50%; border-radius: var(--van-border-radius-max);
img { .van-image__img {
border-radius: inherit; border-radius: inherit;
} }
} }