This commit is contained in:
parent
d297639d8a
commit
a4c13982d4
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue