Sfoglia il codice sorgente

调整排序框样式修改

2 anni fa
parent
commit
6762513061

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

@@ -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;">
       <div
         v-for="(item,key) in sort"
         :key="key"

+ 1 - 0
src/views/manager/projectinfo/independent.vue

@@ -206,6 +206,7 @@
       title="调整排序"
       :visible.sync="sortTag"
       width="50%"
+    
       append-to-body
     >
       <ManualSorting v-if="sortTag2" @bianhua="bianhua()" :sort="sort" />

+ 1 - 0
src/views/manager/wbsinfo/element.vue

@@ -480,6 +480,7 @@
       :visible.sync="sortTag"
       width="50%"
       append-to-body
+    
     >
       <ManualSorting v-if="sortTag2" @bianhua="bianhua()" :sort="sort" />
       <span slot="footer" class="dialog-footer">