ソースを参照

Merge branch 'dev' of https://git.citupro.com/zhengnaiwen_citu/menduner into dev

Xiao_123 10 ヶ月 前
コミット
7da6e2ca6f

+ 6 - 1
src/views/recruit/enterprise/systemManagement/groupAccount/index.vue

@@ -10,9 +10,14 @@
           item-title="anotherName"
           open-all
           open-strategy="single"
+          density="compact"
           @update:activated="handleClick"
           @update:opened="handleClick"
-        ></v-treeview>
+        >
+          <template v-slot:title="{ item }">
+            <div style="font-size: 15px;">{{ item.anotherName }}</div>
+          </template>
+        </v-treeview>
       </v-col>
 
       <v-divider vertical></v-divider>