update table

qianlishi 3 years ago
parent b13aba3681
commit e2b000d4ce

@ -59,13 +59,15 @@ export default {
},
computed: {
styleObj() {
console.log(this.optionsSetUp);
const allStyle = this.optionsPosition;
return {
position: this.ispreview ? "absolute" : "static",
width: allStyle.width + "px",
height: allStyle.height + "px",
left: allStyle.left + "px",
top: allStyle.top + "px"
top: allStyle.top + "px",
background: this.optionsSetUp.tableBgColor
};
},
headerTableStlye() {

Loading…
Cancel
Save