From bc90d2769676696fa4628bd819405221362bc4f9 Mon Sep 17 00:00:00 2001 From: sunnie <35954879+sunniejs@users.noreply.github.com> Date: Thu, 30 Jul 2020 17:47:43 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53b85dc..84df9cf 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ module.exports = { 举个例子:设计给了你一张 750px \* 1334px 图片,在 iPhone6 上铺满屏幕,其他机型适配。 -- 当`rootValue: 70` , 样式 `width: 750px;height: 1334px;` 图片会撑满 iPhone6 屏幕,这个时候切换其他机型,图片也会跟着撑 +- 当`rootValue: 75` , 样式 `width: 750px;height: 1334px;` 图片会撑满 iPhone6 屏幕,这个时候切换其他机型,图片也会跟着撑 满。 - 当`rootValue: 37.5` 的时候,样式 `width: 375px;height: 667px;` 图片会撑满 iPhone6 屏幕。