故障提示超宽调整
This commit is contained in:
parent
2e19a66a6b
commit
de64a23eb8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user