mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-07 21:19:45 +08:00
fix(@vant/cli): fix img style (#8843)
This commit is contained in:
parent
2e889b2641
commit
c983079ab8
@ -194,7 +194,8 @@ export default {
|
|||||||
border-radius: @van-doc-border-radius;
|
border-radius: @van-doc-border-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
> img {
|
> img,
|
||||||
|
> p img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
border-radius: @van-doc-border-radius;
|
border-radius: @van-doc-border-radius;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user