Commit d74344bf by doszhang

dos

parent df86ba00
...@@ -27,6 +27,7 @@ body { ...@@ -27,6 +27,7 @@ body {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
/* ios 滑动 */ /* ios 滑动 */
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
-webkit-user-select: none;
} }
/*消除ios动画抖动*/ /*消除ios动画抖动*/
......
...@@ -176,6 +176,7 @@ $(document).ready(function () { ...@@ -176,6 +176,7 @@ $(document).ready(function () {
ghostClass: 'flag-sortable-ghost', ghostClass: 'flag-sortable-ghost',
chosenClass: "flag-sortable-active", chosenClass: "flag-sortable-active",
delay: 100, delay: 100,
direction: 'vertical',
onChoose: function (event) { onChoose: function (event) {
console.log(event); console.log(event);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment