Unverified Commit 646d91b0 authored by test's avatar test Committed by GitHub

Merge pull request #1174 from icjs-cc/patch-1

fix:修复thStyle设置无效
parents e697c50c c9dd8724
......@@ -39,7 +39,7 @@
style.padding = this.parent.padding;
style.borderBottom = `solid 1px ${this.parent.borderColor}`;
style.borderRight = `solid 1px ${this.parent.borderColor}`;
Object.assign(style, this.parent.style);
Object.assign(style, this.parent.thStyle);
this.thStyle = style;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment