zhixin 11 年 前
コミット
79e2fd34b1
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/bootstrap-table.js

+ 2 - 1
src/bootstrap-table.js

@@ -902,7 +902,8 @@
                     cellStyle = {},
                     id_ = '',
                     class_ = that.header.classes[j];
-                    style = sprintf('style="%s"', csses.concat(that.header.styles[j]).join('; '));
+
+                style = sprintf('style="%s"', csses.concat(that.header.styles[j]).join('; '));
 
                 value = calculateObjectValue(that.header,
                     that.header.formatters[j], [value, item, i], value);