修改已知问题

This commit is contained in:
qq787203167
2022-03-23 17:38:29 +08:00
parent 0a0597c810
commit c272904290
13 changed files with 462 additions and 414 deletions
@@ -120,9 +120,9 @@
@click="checkedClick(item)"
:class="{ 'null-input':item.checked }">
<div class="text-header">
<span>{{item.type}}</span>
<span>{{item.number}}</span>
<span>{{item.title}}</span>
<span :title="item.module_type">{{item.module_type}}</span>
<span :title="item.serial_number">{{item.serial_number}}</span>
<span :title="item.title">{{item.title}}</span>
</div>
<div class="text-content">
{{item.content}}
@@ -638,6 +638,11 @@
font-size: 16px;
font-weight: bold;
color: #040B29;
display: inline-block;
max-width: 200px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}