* { box-sizing: border-box; } :root { --van-toast-default-min-height:88px; --van-toast-default-width:auto; --van-toast-max-width:100%; } .van-toast{ white-space: nowrap; } html, body { width: 100%; height: 100%; margin: 0; } img{ width: 200px; height: 200px; }