This commit is contained in:
Allen
2018-08-12 13:32:12 +08:00
committed by GitHub
parent f0fd06a5f5
commit 6225f0e5cb
+1 -1
View File
@@ -120,7 +120,7 @@ class Row extends eventDelegater(Component) {
cellStyle = _.isFunction(column.style)
? column.style(content, row, rowIndex, index)
: column.style;
cellStyle = cellStyle || {};
cellStyle = Object.assign({}, cellStyle) || {};
}