bug修改,我的申请

This commit is contained in:
unknown 2022-10-31 16:29:19 +08:00
parent 15426bccdc
commit 1ad52d954c
2 changed files with 4 additions and 2 deletions

View File

@ -587,6 +587,7 @@
:deep(.ant-list-item) {
border-bottom: 0.01rem solid #ccc;
padding: 0.1rem;
cursor: default;
}
:deep(.ant-list-item-meta-title) {
@ -602,6 +603,7 @@
-webkit-line-clamp: 2;
word-break: break-all;
-webkit-box-orient: vertical;
cursor: default;
}
button {

View File

@ -44,12 +44,12 @@
</div>
<a-tooltip>
<template #title>
{{ item.cameraList ? item.system : item.title }}
{{ item.cameraList ? item.system : (item.title|| item.name) }}
</template>
<div class="content-body-title">
<span>
名称{{
item.cameraList ? item.system : item.title || item.name
item.cameraList ? item.system : (item.title || item.name)
}}
</span>
<div></div>