From 3122d699e9e01230d0a918122b109a84a4291fec Mon Sep 17 00:00:00 2001 From: wanganxp Date: Wed, 28 Aug 2019 04:49:12 +0800 Subject: [PATCH] Update movable-view.md --- docs/component/movable-view.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/component/movable-view.md b/docs/component/movable-view.md index 7f6910d30..644d7fd06 100644 --- a/docs/component/movable-view.md +++ b/docs/component/movable-view.md @@ -4,9 +4,9 @@ **平台差异说明** -|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| -|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x| +|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|√|√|√|√|x|√| **属性说明** @@ -14,7 +14,7 @@ |:-|:-|:-|:-| |scale-area|Boolean|false|当里面的 movable-view 设置为支持双指缩放时,设置此值可将缩放手势生效区域修改为整个 movable-area| -**注意:movable-area 必须设置 width 和 height 属性,不设置默认为 10px** +**注意:movable-area 必须设置 width 和 height 属性,不设置默认为 10px** - movable-area app-nvue平台 暂不支持手势缩放 #### movable-view @@ -23,9 +23,9 @@ **平台差异说明** -|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| -|:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x| +|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|√|√|√|√|x|√| **属性说明** @@ -121,4 +121,4 @@ export default { } ``` - ![uni](https://img-cdn-qiniu.dcloud.net.cn/uniapp/doc/img/moveable-view.png) \ No newline at end of file + ![uni](https://img-cdn-qiniu.dcloud.net.cn/uniapp/doc/img/moveable-view.png) -- GitLab