mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
fix(cli): incorrect simulator position
This commit is contained in:
@@ -66,7 +66,7 @@ export default {
|
|||||||
|
|
||||||
@media (min-width: @van-doc-row-max-width) {
|
@media (min-width: @van-doc-row-max-width) {
|
||||||
right: 50%;
|
right: 50%;
|
||||||
margin-right: -@van-doc-row-max-width / 2 + 40px;
|
margin-right: -(@van-doc-row-max-width / 2) + 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-fixed {
|
&-fixed {
|
||||||
|
Reference in New Issue
Block a user