mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
style(@vant/cli): fix site style in small screen (#9661)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user