This commit is contained in:
duanxiaohai 2024-10-03 17:21:24 +08:00
parent d297639d8a
commit a4c13982d4
2 changed files with 10 additions and 3 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -130,7 +130,8 @@
</div>
<div class="tableBoxCenter1" @click="goto(item)">详情</div>
</div>
<div class="tableBoxTopa">{{ item.text }}</div>
<div class="tableBoxTopa">服务对象{{ item.text }}</div>
<div class="tableBoxTopa">牵头负责单位{{ item.sjqtfzdw }}</div>
<div class="progress-container">
<div
class="progress-bar"
@ -652,6 +653,7 @@ const getData = async (name, fullName) => {
name: item.sx,
text: item.bmfxqk,
xh: item.xh,
sjqtfzdw: item.sjqtfzdw,
progress: "95", //
});
// console.log( data.tabPublicService);
@ -850,7 +852,11 @@ onMounted(() => {
}
.tableBoxTopa {
width: 470px;
height: 124px;
height: 58px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
// background-color: pink;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
@ -860,7 +866,8 @@ onMounted(() => {
text-align: left;
font-style: normal;
margin-top: 10px;
overflow-y: auto;
// overflow-y: auto;
overflow:hidden;
}
.tableBoxTopa::-webkit-scrollbar {
display: none; /* Chrome Safari */