mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(cli): incorrect simulator position
This commit is contained in:
parent
5ca4b6ccca
commit
f4bc3542a1
@ -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) + 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-fixed {
|
&-fixed {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user