qianlishi %!s(int64=3) %!d(string=hai) anos
pai
achega
e2b000d4ce

+ 3 - 1
report-ui/src/views/report/bigscreen/designer/widget/widgetTable.vue

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