Source/UBCS-WEB/src/components/Master/MasterTree.vue
@@ -1,7 +1,7 @@ <template> <avue-tree ref="tree" v-model="CloneTreeAvueform" v-loading="loading" :data="Treedata" :defaultExpandAll="false" :option="Treeoption" style="height: 80.5vh;padding-top: 5px;padding-bottom: 30px" style="height: calc(100vh - 150px);" @node-click=" nodeClick" ></avue-tree> </template>