diff --git a/packages/vant-cli/site/desktop/components/Simulator.vue b/packages/vant-cli/site/desktop/components/Simulator.vue index ec98913d9..5016f4bad 100644 --- a/packages/vant-cli/site/desktop/components/Simulator.vue +++ b/packages/vant-cli/site/desktop/components/Simulator.vue @@ -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 {