fix(cli): incorrect simulator position

This commit is contained in:
chenjiahan 2021-01-09 11:02:13 +08:00
parent 5ca4b6ccca
commit f4bc3542a1

View File

@ -66,7 +66,7 @@ export default {
@media (min-width: @van-doc-row-max-width) {
right: 50%;
margin-right: -@van-doc-row-max-width / 2 + 40px;
margin-right: -(@van-doc-row-max-width / 2) + 40px;
}
&-fixed {