refactor: edit layout show icon
This commit is contained in:
parent
7c87c3eaf6
commit
7936fa0d96
1 changed files with 19 additions and 15 deletions
|
|
@ -139,10 +139,13 @@ defineEmits<{
|
|||
</AppCircle>
|
||||
|
||||
<!-- name symbol -->
|
||||
<span class="items-center justify-center row text-center full-width">
|
||||
<span class="ellipsis col-6">
|
||||
<span class="full-width">
|
||||
<span
|
||||
class="items-center justify-center row text-center ellipsis col-6"
|
||||
>
|
||||
<div class="items-center ellipsis" style="max-width: 140px">
|
||||
{{ data.name }}
|
||||
</span>
|
||||
</div>
|
||||
<Icon
|
||||
v-if="data.male || data.female"
|
||||
class="q-pl-xs"
|
||||
|
|
@ -156,6 +159,7 @@ defineEmits<{
|
|||
width="24px"
|
||||
/>
|
||||
</span>
|
||||
</span>
|
||||
<span style="color: hsl(var(--text-mute)); scale: 0.9">
|
||||
{{ data.code || '-' }}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue