From 564bf7ab6a639c2c4557d35b8fd9b51dca60a738 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期二, 22 八月 2023 13:32:34 +0800
Subject: [PATCH] #规则完善

---
 src/main/webapp/views/cstmr/cstmr_more.html |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/cstmr/cstmr_more.html b/src/main/webapp/views/cstmr/cstmr_more.html
index 7d3b5e4..08e4c2a 100644
--- a/src/main/webapp/views/cstmr/cstmr_more.html
+++ b/src/main/webapp/views/cstmr/cstmr_more.html
@@ -29,6 +29,12 @@
         width: 250px;
         padding: 0 30px 0 10px;
     }
+    .header-desc {
+        overflow:hidden;
+        white-space: nowrap;
+        text-overflow: ellipsis;
+        -o-text-overflow:ellipsis;
+    }
 
 </style>
 <!-- 姝f枃寮�濮� -->
@@ -36,10 +42,11 @@
     <div class="layui-fluid" style="padding-bottom: 75px;">
         <!-- 鏍囬 -->
         <div class="layui-card">
-            <div class="layui-card-header">
+            <div class="layui-card-header" style="padding-top: 5px; padding-bottom: 5px">
                 <div>
                     <i class="layui-icon" style="font-size: 20px;color: #1890ff;font-weight: bold">&#xe68e;</i>
                     <span id="form-name" style="margin: 0 6px;font-size: 18px;font-weight: bold;letter-spacing: 1px"></span>
+                    <span style="opacity: .5;font-size: small;margin-left: 5px">鐢叉柟鍗曚綅</span>
                 </div>
             </div>
             <div class="layui-card-body">
@@ -52,7 +59,7 @@
                     </div>
                 </div>
 
-                <div class="card-body-item">
+                <div class="card-body-item" style="width: 400px">
                     <div class="header-sub">
                         璇︾粏鍦板潃
                     </div>
@@ -239,7 +246,7 @@
                         top.cstmrByMore = null;
                         $("#form-name").html(cstmr.name);
                         if (cstmr.tel) {$("#form-tel").html(cstmr.tel);}
-                        if (cstmr.addr) {$("#form-addr").html(cstmr.addr);}
+                        if (cstmr.addr) {$("#form-addr").html(cstmr.addr);$("#form-addr").attr("title", cstmr.addr);}
                         if (cstmr.director$) {$("#form-director").html(cstmr.director$);}
                         // 璁惧鏄庣粏
                         form.val('formAdvForm', cstmr);
@@ -282,7 +289,7 @@
                             elem: '#followersTable',
                             data: res.data,
                             limit: 999,
-                            height: 'full-418',
+                            height: 'full-408',
                             cols: [[
                                 {field: 'userName', title: '宸ヤ綔浜哄憳'},
                                 {fixed: 'right', title:'', align: 'center', toolbar: '#followerTabOperate', width: 70}

--
Gitblit v1.9.1