From 96fec00ec4415f5c7d415a61f2fd30533f3c1ade Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 30 九月 2022 10:34:02 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/mat/mat.html |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html
index 2e4fe26..103d755 100644
--- a/src/main/webapp/views/mat/mat.html
+++ b/src/main/webapp/views/mat/mat.html
@@ -398,7 +398,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