qianming пре 3 година
родитељ
комит
93211fe5eb

+ 3 - 3
report-ui/src/views/report/bigscreen/designer/tools/componentsJSON/widget-table.js

@@ -1,6 +1,6 @@
 /*
  * @Descripttion: 表格json
- * @version: 
+ * @version:
  * @Author: qianlishi
  * @Date: 2021-08-29 07:16:10
  * @LastEditors: qianlishi
@@ -131,14 +131,14 @@ export const widgetTable = {
                 placeholder: '',
                 value: '#fff',
               },
-              {
+/*              {
                 type: 'vue-color',
                 label: '表格背景',
                 name: 'tableBgColor',
                 require: false,
                 placeholder: '',
                 value: '',
-              },
+              },*/
               {
                 type: 'vue-color',
                 label: '奇行颜色',

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

@@ -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
       };
     }
   },