소스 검색

高度修改

2 년 전
부모
커밋
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"