We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ebb34 commit c9dd872Copy full SHA for c9dd872
uview-ui/components/u-th/u-th.vue
@@ -39,7 +39,7 @@
39
style.padding = this.parent.padding;
40
style.borderBottom = `solid 1px ${this.parent.borderColor}`;
41
style.borderRight = `solid 1px ${this.parent.borderColor}`;
42
- Object.assign(style, this.parent.style);
+ Object.assign(style, this.parent.thStyle);
43
this.thStyle = style;
44
}
45
0 commit comments