故障提示超宽调整

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)" @click="() => (faultInfo = false)"
/> />
</div> </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"> <template v-for="(item, index) in timeInfoLabel" :key="index">
<q-chip <q-chip
removable removable
@ -24,7 +24,9 @@
text-color="white" text-color="white"
square square
:label="item" :label="item"
/> >
<q-tooltip v-if="item.length > 34"> {{ item }} </q-tooltip>
</q-chip>
</template> </template>
</div> </div>
</div> </div>