2 лет назад
Родитель
Сommit
a20edf55ee
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/WbsTree/ManualSorting.vue

+ 1 - 1
src/components/WbsTree/ManualSorting.vue

@@ -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"