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