故障提示超宽调整

This commit is contained in:
joylink_fanyuhong 2024-11-20 09:08:19 +08:00
parent 2e19a66a6b
commit de64a23eb8
1 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,7 @@
@click="() => (faultInfo = false)"
/>
</div>
<div class="q-pa-ms column" style="background: white">
<div class="q-pa-ms column" style="background: white; max-width: 400px">
<template v-for="(item, index) in timeInfoLabel" :key="index">
<q-chip
removable
@ -24,7 +24,9 @@
text-color="white"
square
:label="item"
/>
>
<q-tooltip v-if="item.length > 34"> {{ item }} </q-tooltip>
</q-chip>
</template>
</div>
</div>