From 2c22d1837a5c37c37d52871a38b59eff19e60ede Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期二, 08 十一月 2022 11:15:51 +0800 Subject: [PATCH] # --- src/main/webapp/views/cstmr/cstmr_more.html | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/views/cstmr/cstmr_more.html b/src/main/webapp/views/cstmr/cstmr_more.html index 7d3b5e4..6bc34cf 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,7 +42,7 @@ <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"></i> <span id="form-name" style="margin: 0 6px;font-size: 18px;font-weight: bold;letter-spacing: 1px"></span> @@ -52,7 +58,7 @@ </div> </div> - <div class="card-body-item"> + <div class="card-body-item" style="width: 400px"> <div class="header-sub"> 璇︾粏鍦板潃 </div> @@ -239,7 +245,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); -- Gitblit v1.9.1