Unverified Commit c9dd8724 authored by 陈剑术's avatar 陈剑术 Committed by GitHub

Update u-th.vue

fix: 修复thStyle设置无效
parent a6ebb34a
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
style.padding = this.parent.padding; style.padding = this.parent.padding;
style.borderBottom = `solid 1px ${this.parent.borderColor}`; style.borderBottom = `solid 1px ${this.parent.borderColor}`;
style.borderRight = `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; 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