修改web标签适用范围
diff --git a/docs/zh/docs/components/web.md b/docs/zh/docs/components/web.md
index 1604ba9..4ff8120 100644
--- a/docs/zh/docs/components/web.md
+++ b/docs/zh/docs/components/web.md
@@ -22,9 +22,12 @@
 ```
 
 ::: warning 注意
-* `<web>` 不支持任何嵌套的子组件。
-* `<web>` 必须指定 width 和 height 的样式属性,否则将不起作用。
-* 您可以使用 [webview module](../modules/webview.html)来控制 `<web>`。
+* `<web>`不支持list,scroller,slider组件同向嵌套滚动模式,会导致滚动冲突;
+* `<web>` 不支持任何嵌套的子组件;
+* `<web>` 必须指定 width 和 height 的样式属性,否则将不起作用;
+* 您可以使用 [webview module](../modules/webview.html)来控制 `<web>`;
+* `<web>` 仅作为降级的非常规场景,不建议用于正常页面。
+
 :::
 
 ## 属性
@@ -83,4 +86,4 @@
 
 * [体验示例](http://dotwe.org/vue/9f8a7be89a4ad881ff515145cc9306ea)
 
-上述示例监听了 pagestart、pagefinish 及 error 事件,同时使用了  [webview module](../modules/webview.html) 提供的 API。
\ No newline at end of file
+上述示例监听了 pagestart、pagefinish 及 error 事件,同时使用了  [webview module](../modules/webview.html) 提供的 API。