opt: show details

This commit is contained in:
Lazy 2025-02-17 17:08:48 +08:00
parent 02d986d25e
commit c1285cdb10
2 changed files with 7 additions and 3 deletions

View File

@ -158,9 +158,13 @@ onMounted(async () => {
</span>
</a-typography-paragraph>
<a-typography-paragraph>
<a-typography-text> {{ t("TXT_CODE_30051f9b") }} </a-typography-text>
<a-typography-text :title="instanceInfo?.instanceUuid">
{{ t("TXT_CODE_30051f9b") }}
</a-typography-text>
<a-typography-text :copyable="{ text: instanceInfo?.instanceUuid }"> </a-typography-text>
<a-typography-text class="ml-20"> {{ t("TXT_CODE_5f2d2e30") }} </a-typography-text>
<a-typography-text class="ml-20" :title="daemonId">
{{ t("TXT_CODE_5f2d2e30") }}
</a-typography-text>
<a-typography-text :copyable="{ text: daemonId }"> </a-typography-text>
</a-typography-paragraph>
</template>

View File

@ -228,7 +228,7 @@ onMounted(() => {
:span="6"
>
<a-typography-paragraph>
<div>
<div :title="detail.onlyCopy ? detail.value : ''">
{{ detail.title }}
</div>