Sfoglia il codice sorgente

坐席监控 样式修改

d123 8 anni fa
parent
commit
ea1f1d0db8
1 ha cambiato i file con 7 aggiunte e 6 eliminazioni
  1. 7 6
      CallCenterWeb.UI/TelCall/SeatMonitor.html

+ 7 - 6
CallCenterWeb.UI/TelCall/SeatMonitor.html

@@ -171,8 +171,8 @@
171 171
             height: 22px;
172 172
             width: 20px;
173 173
             background: url(../img/zuoxiIcon.png) no-repeat;
174
-            position: absolute;
175
-            right: 25px;
174
+            position: relative;
175
+            right: -25px;
176 176
             top: 25px;
177 177
         }
178 178
         /*坐席状态*/
@@ -373,7 +373,7 @@
373 373
         <div class="zx-box" style="width: 400px;">
374 374
             <div class="zx_photo row zx_content">
375 375
                 <div style="width: 400px;">
376
-                    <div class="bg_person"></div>
376
+                    <div class="bg_person"> <i class="lx" ></i></div>
377 377
                     <p>
378 378
                         <span>工号:</span>
379 379
                         <span class="g_nums"></span>
@@ -382,7 +382,7 @@
382 382
                         <span>姓名:</span>
383 383
                         <span class="g_names"></span>
384 384
                     </p>
385
-                    <i class="lx" style="top: 35px;left: 210px;"></i>
385
+                  
386 386
                 </div>
387 387
             </div>
388 388
             <div class="zx-box_ul row">
@@ -410,7 +410,9 @@
410 410
                     $(user).each(function (i, n) {
411 411
                         var html = '<li class="people_list ' + n.F_WorkNumber + '">'
412 412
                             + '<div>'
413
-                            + '    <div class="bg_person"></div>'
413
+                            + '    <div class="bg_person">'
414
+                             + '    <i class="lx" zx_item="0" xl_item="0"></i>'
415
+                              + '</div>'
414 416
                             + '    <p>'
415 417
                             + '        <span>工号:</span>'
416 418
                             + '        <span class="g-num">' + n.F_WorkNumber + '</span>'
@@ -419,7 +421,6 @@
419 421
                             + '        <span>&nbsp;&nbsp;姓名:</span>'
420 422
                             + '        <span class="g-name">' + n.F_UserName + '</span>'
421 423
                             + '    </p>'
422
-                            + '    <i class="lx" zx_item="0" xl_item="0"></i>'
423 424
                             + '</div>'
424 425
                             + '</li>';
425 426