Просмотр исходного кода

适当调整 机构图标和文字的间距

Signed-off-by: IMaster <logole@live.cn>
IMaster 2 лет назад
Родитель
Сommit
9fa4ae6d8d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Web/src/views/system/org/component/orgTree.vue

+ 1 - 1
Web/src/views/system/org/component/orgTree.vue

@@ -41,7 +41,7 @@
 				check-strictly
 			>
 				<template #default="{ node }">
-					<el-icon><ele-School /></el-icon>{{ node.label }}
+					<el-icon size="16" style="margin-right: 3px; display: inline; vertical-align: middle"><ele-School /></el-icon>{{ node.label }}
 				</template>
 			</el-tree>
 		</div>