浏览代码

跑马灯字数限制去掉

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',