瀏覽代碼

修复自动高度无效

zhangchao 4 年之前
父節點
當前提交
561ef0f2fd
No account linked to committer's email address
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      autoHeightWebView/index.js

+ 1
- 1
autoHeightWebView/index.js 查看文件

@@ -67,7 +67,7 @@ const AutoHeightWebView = React.memo(
67 67
       [width, height, onSizeUpdated]
68 68
     );
69 69
     return (
70
-      <View style={[props.style, { height: height || 50 }]}>
70
+      <View style={[props.style, { height: height || 20 }]}>
71 71
         <WebView
72 72
           {...props}
73 73
           style={{}}