We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3722027 commit 0c874bdCopy full SHA for 0c874bd
ui/src/views/system/role/index.vue
@@ -64,8 +64,8 @@
64
>
65
<template #default="{ row }">
66
<div class="flex-between">
67
- <span>
68
- {{ row.role_name }}
+ <span class="flex align-center mr-8">
+ <div class="ellipsis" style="flex: 1">{{ row.role_name }}</div>
69
<span class="color-input-placeholder ml-4"
70
>({{ roleTypeMap[row.type as RoleTypeEnum] }})</span
71
0 commit comments