|
|
@ -325,6 +325,7 @@ export class Operator extends Base { |
|
|
|
} |
|
|
|
}, time); |
|
|
|
|
|
|
|
if (tableElement) { |
|
|
|
tableElement.getElementsByTagName('table')[0].style.setProperty('--tableHeadBgColor', this.table?.color.headBgColor); |
|
|
|
tableElement.getElementsByTagName('table')[0].style.setProperty('--stickyBgColor', this.table?.color.stickyBgColor); |
|
|
|
tableElement.getElementsByTagName('table')[0].style.setProperty('--tableBorderColor', this.table?.color.borderColor); |
|
|
@ -358,3 +359,4 @@ export class Operator extends Base { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|