mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-21 13:59:15 +08:00
style(Image): fix border radius value (#9163)
This commit is contained in:
parent
1c781113bd
commit
8f96a7b8a1
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user