Переглянути джерело

更改需求:图例库筛选信息化父级可点击

shaun-sheep 4 роки тому
батько
коміт
e12928e0f6
1 змінених файлів з 4 додано та 1 видалено
  1. 4 1
      src/views/legendLibrary/index.vue

+ 4 - 1
src/views/legendLibrary/index.vue

@@ -54,7 +54,7 @@
                         :returnParentNode='false'
                         :choseArea='true'
                         :data='deviceList'
-                        :lastStage='true'
+                        :lastStage='false'
                         @change='treeConfirmDevice'
                     />
                 </span>
@@ -652,6 +652,9 @@ export default {
 }
 </style>
 <style lang="less">
+.p-tree-svg {
+    margin-top: 3px !important;
+}
 @media screen and (max-height: 800px) {
     .legend-library-bottom {
         overflow-y: auto;