Browse Source

跑马灯字数限制去掉

njs 6 months ago
parent
commit
061f6ba34d

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