2 anni fa
parent
commit
a20edf55ee
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"