fix(cli): simulator margin

This commit is contained in:
chenjiahan 2021-01-09 11:09:30 +08:00
parent 23c78b4744
commit a9eff85979

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) + 24px;
}
&-fixed {