mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 09:43:10 +00:00
style: ellipsis
This commit is contained in:
parent
3722027357
commit
0c874bd2d5
|
|
@ -64,8 +64,8 @@
|
|||
>
|
||||
<template #default="{ row }">
|
||||
<div class="flex-between">
|
||||
<span>
|
||||
{{ row.role_name }}
|
||||
<span class="flex align-center mr-8">
|
||||
<div class="ellipsis" style="flex: 1">{{ row.role_name }}</div>
|
||||
<span class="color-input-placeholder ml-4"
|
||||
>({{ roleTypeMap[row.type as RoleTypeEnum] }})</span
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue