Source/UBCS-WEB/src/components/Master/MasterTree.vue
@@ -3,7 +3,7 @@ <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: 3px; top: -1px;"> @@ -253,4 +253,7 @@ margin-left: 6px; font-size: 18px; } #labelSize{ font-size: 14px !important; } </style>