From b5130c2e6d60c7f23e37f7c620375bc4e253caa3 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 18 十月 2022 14:52:20 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/mat/mat.html |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html
index a0503dd..5c45008 100644
--- a/src/main/webapp/views/mat/mat.html
+++ b/src/main/webapp/views/mat/mat.html
@@ -104,7 +104,7 @@
                             </div>
                         </div>
                         <div class="layui-inline">&emsp;
-                            <button class="layui-btn icon-btn" lay-filter="search" lay-submit>
+                            <button class="layui-btn icon-btn" id="search" lay-filter="search" lay-submit>
                                 <i class="layui-icon">&#xe615;</i>鎼滅储
                             </button>
                             <button class="layui-btn icon-btn" lay-filter="reset" lay-submit>
@@ -261,7 +261,7 @@
                         <tr style="height: 74px">
                             <td align="center" colspan="3">鍟嗗搧</td>
                             <td align="center" colspan="5">xxxxxx-xx/xx</td>
-                            <td align="center" colspan="2">澶囨敞</td>
+                            <td align="center" colspan="2">瑙勬牸</td>
                             <td align="center" colspan="2">xx</td>
                         </tr>
                     </table>
@@ -275,7 +275,7 @@
                             <td align="center" width="80%" style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">xxxxxxx</td>
                         </tr>
                         <tr style="height: 30px">
-                            <td align="center" width="20%">澶囨敞</td>
+                            <td align="center" width="20%">瑙勬牸</td>
                             <td align="center" width="80%">xxxxxxxx</td>
                         </tr>
                         <tr style="height: 75px;">
@@ -303,7 +303,7 @@
                             </td>
                         </tr>
                         <tr style="height: 74px">
-                            <td align="center" colspan="1">澶囨敞</td>
+                            <td align="center" colspan="1">瑙勬牸</td>
                             <td align="center" colspan="1" style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">xxxxxxx</td>
                         </tr>
                     </table>
@@ -340,8 +340,8 @@
         <tr style="height: 74px">
             <td align="center" colspan="3">鍟嗗搧</td>
             <td align="center" colspan="5" style="overflow: hidden; white-space: nowrap;text-overflow: ellipsis;">{{this.maktx}}</td>
-            <td align="center" colspan="2">澶囨敞</td>
-            <td align="center" colspan="2">{{this.memo}}</td>
+            <td align="center" colspan="2">瑙勬牸</td>
+            <td align="center" colspan="2">{{this.specs}}</td>
         </tr>
     </table>
     {{/each}}
@@ -355,8 +355,8 @@
             <td align="center" width="80%" style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.maktx}}</td>
         </tr>
         <tr style="height: 35px">
-            <td align="center" width="20%">澶囨敞</td>
-            <td align="center" width="80%">{{this.memo}}</td>
+            <td align="center" width="20%">瑙勬牸</td>
+            <td align="center" width="80%">{{this.specs}}</td>
         </tr>
         <tr style="height: 79px;">
             <td align="center" colspan="2" width="100%" style="border: none">
@@ -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;
                     ">
@@ -397,8 +393,13 @@
             </td>
         </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.memo}}</td>
+            <td align="center" colspan="1">瑙勬牸</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