소스 검색

跑马灯字数限制去掉

njs 6 달 전
부모
커밋
061f6ba34d
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      suishenbang-admin/src/main/resources/templates/system/lantern/lantern.html

+ 5 - 1
suishenbang-admin/src/main/resources/templates/system/lantern/lantern.html

@@ -102,7 +102,11 @@
                 {
                     field : 'content',
                     title : '内容',
-                    width : '200'
+                    width : '200',
+                    formatter: function(value, row, index) {
+                        return $.table.tooltip(value);
+                    }
+
                 },
                 {
                     field : 'startTime',