jqh 5 years ago
parent
commit
b7e2e3bd0e

+ 2 - 2
resources/assets/RWD-Table-Patterns/dist/js/rwd-table.js

@@ -137,7 +137,7 @@
         }
 
         this.$dropdownGroup = $('<div class="btn-group dropdown-btn-group pull-right" />');
-        this.$dropdownBtn = $('<button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown">' + this.options.i18n.display + ' <span class="caret"></span></button>');
+        this.$dropdownBtn = $('<button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown">' + this.options.i18n.display + '</button>');
         this.$dropdownContainer = $('<ul class="dropdown-menu"/>');
 
         // Focus btn
@@ -636,7 +636,7 @@
                 that.headerRowIndices[cellIndex] = that.headerColIndices[rowspansBeforeIndex[cellIndex] + cellIndex];
             });
         }
-    }
+    };
 
     // Run this after the content in tbody has changed
     ResponsiveTable.prototype.update = function() {

File diff suppressed because it is too large
+ 0 - 0
resources/assets/RWD-Table-Patterns/dist/js/rwd-table.min.js


+ 2 - 2
resources/lang/en/admin.php

@@ -158,8 +158,8 @@ return [
         'filter_placeholder' => 'Filter',
     ],
     'responsive' => [
-        'display'     => '  ',
-        'display_all' => ' <i class="glyphicon glyphicon-th icon-th"></i> ',
+        'display'     => '<i class="ti-layout-list-thumb"></i>',
+        'display_all' => '<i class="ti-layout-grid3"></i>',
         'focus'       => 'Focus',
     ],
     'uploader' => [

+ 2 - 2
resources/lang/zh-CN/admin.php

@@ -159,8 +159,8 @@ return [
         'filter_placeholder' => '过滤',
     ],
     'responsive'      => [
-        'display'     => '  ',
-        'display_all' => ' <i class="glyphicon glyphicon-th icon-th"></i> ',
+        'display'     => '<i class="ti-layout-list-thumb"></i>',
+        'display_all' => '<i class="ti-layout-grid3"></i>',
         'focus'       => '聚焦',
     ],
     'uploader' => [

Some files were not shown because too many files changed in this diff