diff --git a/dist.zip b/dist.zip deleted file mode 100644 index b39b0f4..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/view/sy_table.vue b/src/view/sy_table.vue index cc0c839..8ff08f9 100644 --- a/src/view/sy_table.vue +++ b/src/view/sy_table.vue @@ -130,7 +130,8 @@
详情
-
{{ item.text }}
+
服务对象:{{ item.text }}
+
牵头负责单位:{{ item.sjqtfzdw }}
{ 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 */