ludc
2023-12-12 abf8822cfc6fe397d1f7216620f8ba5d3b4d0aab
Source/UBCS-WEB/src/components/Master/MasterTree.vue
@@ -3,10 +3,10 @@
    <avue-tree ref="tree" v-model="CloneTreeAvueform" v-loading="loading" :data="Treedata" :defaultExpandAll="false"
               :option="Treeoption" style="width: fit-content;" @node-click="nodeClick">
      <template slot-scope="{ node }">
        <span v-html="node.label"></span>
        <span id="labelSize" v-html="node.label" ></span>
      </template>
    </avue-tree>
    <div style="position: absolute; right: 0px; top: -1px;">
    <div style="position: absolute; right: 3px; top: -1px;">
      <el-link class="refresh-icon" icon="el-icon-refresh" @click="getTreeLists"></el-link>
    </div>
  </div>
@@ -253,4 +253,7 @@
  margin-left: 6px;
  font-size: 18px;
}
#labelSize{
  font-size: 14px !important;
}
</style>