From 73271e2ae667bbb61cdc8469cd17db29ac1206ee Mon Sep 17 00:00:00 2001 From: qiang Date: Tue, 18 Feb 2020 12:49:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=20uni-movable-view=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E9=BC=A0=E6=A0=87=E6=98=BE=E7=A4=BA=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/view/components/movable-view/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/core/view/components/movable-view/index.vue b/src/core/view/components/movable-view/index.vue index b81601f74..bb51cd441 100644 --- a/src/core/view/components/movable-view/index.vue +++ b/src/core/view/components/movable-view/index.vue @@ -11,8 +11,8 @@ import { Friction, STD } from './utils' -import { - disableScrollBounce +import { + disableScrollBounce } from 'uni-shared' var requesting = false @@ -658,6 +658,7 @@ uni-movable-view { top: 0px; left: 0px; position: absolute; + cursor: grab; } uni-movable-view[hidden] { -- GitLab