fix: bug#11035

This commit is contained in:
xieyonghong 2023-03-28 09:13:14 +08:00
parent 0b126ad548
commit 1497d1e1de
2 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@
</j-col>
<j-col :span="12">
<div class="card-item-content-text">说明</div>
<div>{{ slotProps.explain }}</div>
<Ellipsis>{{ slotProps.explain }}</Ellipsis>
</j-col>
</j-row>
</template>

View File

@ -259,13 +259,13 @@
type="icon-mubiao"
style="padding:0 4px"
/>
<Ellipsis style='max-width: 200px;margin-right: 12px;'>
< style='max-width: 200px;margin-right: 12px;'>
{{data?.options?.name}}
</Ellipsis>
</>
<Ellipsis style='max-width: 400px;'>
{{data?.options?.propertiesName}}
</Ellipsis>
<span v-if='!isBoolean(data?.options?.propertiesValue) && data?.options?.propertiesValue'> </span>
<Ellipsis style='max-width: 200px;'>
{{
`${
@ -276,7 +276,7 @@
? true
: data?.options?.propertiesValue
)
? `${data?.options?.propertiesValue}`
? `${data?.options?.propertiesValue}`
: ''
}`
}}