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

View File

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