From 8f92dab230a935a6d1dff7b0d2e5e8ec27fc25ef Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 30 九月 2022 10:34:57 +0800
Subject: [PATCH] #
---
src/main/webapp/views/mat/mat.html | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html
index 2e4fe26..fbaf2a4 100644
--- a/src/main/webapp/views/mat/mat.html
+++ b/src/main/webapp/views/mat/mat.html
@@ -376,14 +376,10 @@
<tr style="height: 74px" >
<td align="center" scope="col" colspan="1">鍟嗗搧</td>
<td align="center" scope="col" colspan="1" style="
- display: inline-block;
- line-height: 20px;
- vertical-align: middle;
border: none;
border-top: 1px solid #000;
overflow: hidden;
text-overflow: ellipsis;
- display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
">
@@ -398,7 +394,12 @@
</tr>
<tr style="height: 74px">
<td align="center" colspan="1">瑙勬牸</td>
- <td align="center" colspan="1" style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.specs}}</td>
+ <td align="center" colspan="1" style="
+ overflow:hidden;
+ text-overflow:ellipsis;
+ -webkit-line-clamp: 3;
+ -webkit-box-orient: vertical;
+ ">{{this.specs}}</td>
</tr>
</table>
{{/each}}
--
Gitblit v1.9.1