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