Kaynağa Gözat

消息格式处理

liuzhen 5 yıl önce
ebeveyn
işleme
ad96f932f3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      CallCenterWeb.UI/js/index.js

+ 1 - 1
CallCenterWeb.UI/js/index.js

@@ -738,7 +738,7 @@ function getTopMsgs() {
738 738
 				}
739 739
 			} else {
740 740
 				str = '<li class="top_notices_item">' +
741
-						'<span class="top_notices_con">暂无消息!</span>' +
741
+						'<span class="top_notices_con divider">暂无消息!</span>' +
742 742
 						'</li>';
743 743
 				$('#top_notices_num').text(0);
744 744
 			}