style(@vant/cli): fix site style in small screen (#9661)

This commit is contained in:
neverland
2021-10-12 10:02:34 +08:00
committed by GitHub
parent 81cb078396
commit e901c9cd9e
3 changed files with 4 additions and 4 deletions

View File

@@ -27,6 +27,10 @@ export default {
&--with-simulator {
padding-right: @van-doc-simulator-width + @van-doc-padding;
@media (max-width: 1100px) {
padding-right: @van-doc-simulator-width - 8px;
}
}
}
</style>