提交 73271e2a 编写于 作者: Q qiang

fix: 优化 uni-movable-view 组件鼠标显示效果

上级 41823711
...@@ -11,8 +11,8 @@ import { ...@@ -11,8 +11,8 @@ import {
Friction, Friction,
STD STD
} from './utils' } from './utils'
import { import {
disableScrollBounce disableScrollBounce
} from 'uni-shared' } from 'uni-shared'
var requesting = false var requesting = false
...@@ -658,6 +658,7 @@ uni-movable-view { ...@@ -658,6 +658,7 @@ uni-movable-view {
top: 0px; top: 0px;
left: 0px; left: 0px;
position: absolute; position: absolute;
cursor: grab;
} }
uni-movable-view[hidden] { uni-movable-view[hidden] {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册