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 de46e6d commit e5f02bdCopy full SHA for e5f02bd
frontend/src/views/system/permission/Card.vue
@@ -41,7 +41,7 @@ const setUser = () => {
41
<div class="card">
42
<div class="name-icon">
43
<img :src="Lock" width="32px" height="32px" />
44
- <span class="name">{{ name }}</span>
+ <span class="name ellipsis" :title="name">{{ name }}</span>
45
</div>
46
<div class="type-value">
47
<span class="type">{{ $t('permission.permission_rule') }}</span>
@@ -95,6 +95,7 @@ const setUser = () => {
95
font-weight: 500;
96
font-size: 16px;
97
line-height: 24px;
98
+ max-width: 250px;
99
}
100
101
0 commit comments