diff --git a/vmall/react-native-autoheight-webview.md b/vmall/react-native-autoheight-webview.md
index 9918809727133eac877480e5141aca4f7da2cf03..07c29228dfe3d6c233170e41803202ef16d72ad0 100644
--- a/vmall/react-native-autoheight-webview.md
+++ b/vmall/react-native-autoheight-webview.md
@@ -56,20 +56,20 @@ import AutoHeightWebView from "react-native-autoheight-webview";
> [!tip] "HarmonyOS Support"列为 yes 表示 HarmonyOS 平台支持该属性;no 则表示不支持;partially 表示部分支持。使用方法跨平台一致,效果对标 iOS 或 Android 的效果。
-| Name | Description | Type | Required | Platform | HarmonyOS Support |
-| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | -------- | -------- | ------- |
-| `source` | Loads static HTML or a URI (with optional headers) in the WebView | Only of:
**Load uri :**
uri
headers
**Static HTML :**
html
baseUrl | yes | All | partially |
-| `originWhitelist?` | List of origin strings to allow being navigated to. | string[] | No | All | yes |
-| `scalesPageToFit?` | Boolean that controls whether the web content is scaled to fit the view and enables the user to change the scale. | boolean | No | android | yes |
-| `customScript?` | - | string | No | All | yes |
-| `style?` | A style object that allow you to customize the WebView style. | Style | No | All | yes |
-| `customStyle?` | The custom css content will be added to the page's