bk-magic-vue 2.5.3-beta.7 → 2.5.3-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bk-magic-vue.js
CHANGED
|
@@ -41480,8 +41480,10 @@
|
|
|
41480
41480
|
setHeaderStyle: function setHeaderStyle() {
|
|
41481
41481
|
var _this4 = this;
|
|
41482
41482
|
this.$nextTick(function () {
|
|
41483
|
-
_this4.$refs.bkTable
|
|
41484
|
-
|
|
41483
|
+
if (_this4.$refs.bkTable) {
|
|
41484
|
+
_this4.$refs.bkTable.style.setProperty('--customHeaderColor', _this4.customHeaderColor);
|
|
41485
|
+
_this4.$refs.bkTable.style.setProperty('--customHeaderColorHover', _this4.customHeaderColorHover);
|
|
41486
|
+
}
|
|
41485
41487
|
});
|
|
41486
41488
|
},
|
|
41487
41489
|
setCurrentRow: function setCurrentRow(row) {
|