Merge pull request 'fix: elements position' (!1441) from fix_content_copy_icon into dev
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1441
Reviewed-by: PAU ROVIRA ROSALENY <provira@verdnatura.es>
This commit is contained in:
Javier Segarra 2025-02-19 11:21:53 +00:00
commit eab18e4d14
1 changed files with 16 additions and 14 deletions

View File

@ -193,8 +193,10 @@ const toModule = computed(() =>
</div> </div>
</QItemLabel> </QItemLabel>
<QItem> <QItem>
<QItemLabel class="subtitle" caption> <QItemLabel class="subtitle">
#{{ getValueFromPath(subtitle) ?? entity.id }} #{{ getValueFromPath(subtitle) ?? entity.id }}
</QItemLabel>
<QBtn <QBtn
round round
flat flat
@ -208,7 +210,7 @@ const toModule = computed(() =>
{{ t('globals.copyId') }} {{ t('globals.copyId') }}
</QTooltip> </QTooltip>
</QBtn> </QBtn>
</QItemLabel> <!-- </QItemLabel> -->
</QItem> </QItem>
</QList> </QList>
<div class="list-box q-mt-xs"> <div class="list-box q-mt-xs">