From 0a98fd1c82ff8c2909e5273b9ffbdf57e4284d7a Mon Sep 17 00:00:00 2001 From: Garfield Lee Date: Thu, 7 Nov 2019 10:19:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(taro-router):=20=E4=BF=AE=E5=A4=8D=20min-he?= =?UTF-8?q?ight=20=E8=AF=AF=E5=86=99=E6=88=90=20height?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro-router/src/router/route.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/taro-router/src/router/route.tsx b/packages/taro-router/src/router/route.tsx index b18b6e4e663f..691da08aa7cb 100644 --- a/packages/taro-router/src/router/route.tsx +++ b/packages/taro-router/src/router/route.tsx @@ -147,7 +147,7 @@ class Route extends Taro.Component {
+ style={{ minHeight: '100%' }}>
)