mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(cli): simulator margin
This commit is contained in:
parent
23c78b4744
commit
a9eff85979
@ -66,7 +66,7 @@ export default {
|
|||||||
|
|
||||||
@media (min-width: @van-doc-row-max-width) {
|
@media (min-width: @van-doc-row-max-width) {
|
||||||
right: 50%;
|
right: 50%;
|
||||||
margin-right: -(@van-doc-row-max-width / 2) + 40px;
|
margin-right: -(@van-doc-row-max-width / 2) + 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-fixed {
|
&-fixed {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user