@@ -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;">
v-for="(item,key) in sort"
:key="key"
@@ -206,6 +206,7 @@
title="调整排序"
:visible.sync="sortTag"
width="50%"
+
append-to-body
<ManualSorting v-if="sortTag2" @bianhua="bianhua()" :sort="sort" />
@@ -480,6 +480,7 @@
<span slot="footer" class="dialog-footer">