Update README.md

fix typo
This commit is contained in:
fayeah 2020-09-11 19:42:33 +08:00 committed by GitHub
parent 0e8f5941b5
commit 4e7f4fd575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ module.exports = {
**新手必看,老鸟跳过**
很多小伙伴会问我,适配的问题,因为我们使用的是 Vant UI所以必须根据 Vant UI 375 的设计规范走,一般我们的设计会将 UI 图上
传到蓝湖,我们就可以需要的尺寸了。下面就大普及一下 rem。
传到蓝湖,我们就可以需要的尺寸了。下面就大普及一下 rem。
我们知道 `1rem` 等于`html` 根元素设定的 `font-size``px` 值。Vant UI 设置 `rootValue: 37.5`,你可以看到在 iPhone 6 下
看到 `1rem 等于 37.5px`