style(Image): fix border radius value (#9163)
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
|
||||
&--round {
|
||||
overflow: hidden;
|
||||
border-radius: 50%;
|
||||
border-radius: var(--van-border-radius-max);
|
||||
|
||||
img {
|
||||
.van-image__img {
|
||||
border-radius: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user