|
@@ -67,7 +67,7 @@ export default {
|
|
|
height: allStyle.height + "px",
|
|
|
left: allStyle.left + "px",
|
|
|
top: allStyle.top + "px",
|
|
|
- background: this.optionsSetUp.tableBgColor
|
|
|
+ //background: this.optionsSetUp.tableBgColor
|
|
|
};
|
|
|
},
|
|
|
headerTableStlye() {
|
|
@@ -92,7 +92,7 @@ export default {
|
|
|
"border-width": bodyStyle.borderWidth + "px",
|
|
|
"border-color": bodyStyle.borderColor,
|
|
|
color: bodyStyle.bodyColor,
|
|
|
- "background-color": bodyStyle.tableBgColor
|
|
|
+ //"background-color": bodyStyle.tableBgColor
|
|
|
};
|
|
|
}
|
|
|
},
|