|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
|
<div
|
|
|
class="ManualSorting"
|
|
|
- style="border: 1px solid #E8E8E8;border-radius: 3px;"
|
|
|
+ style="border: 1px solid #E8E8E8;border-radius: 3px"
|
|
|
>
|
|
|
- <draggable :list="sort" @change="listChange">
|
|
|
+ <draggable :list="sort" @change="listChange" style="max-height:730px;overflow-y: auto;">
|
|
|
<div
|
|
|
v-for="(item,key) in sort"
|
|
|
:key="key"
|