فهرست منبع

😎!1009 适当调整 机构图标和文字的间距
Merge pull request !1009 from IMaster/N/A

zuohuaijun 2 سال پیش
والد
کامیت
0b112da7fc
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>