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);