소스 검색

改变字体大小

lifanagju_citu 10 달 전
부모
커밋
cd27729cb0
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      src/views/recruit/enterprise/systemManagement/groupAccount/index.vue

+ 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>