From a7ca19913429f704cfbd7761e2fb00f09c2c576b Mon Sep 17 00:00:00 2001 From: qianming Date: Mon, 27 Sep 2021 17:38:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../designer/tools/componentsJSON/widget-table.js | 6 +++--- .../report/bigscreen/designer/widget/widgetTable.vue | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/report-ui/src/views/report/bigscreen/designer/tools/componentsJSON/widget-table.js b/report-ui/src/views/report/bigscreen/designer/tools/componentsJSON/widget-table.js index 153fdb3f..86ac09dd 100644 --- a/report-ui/src/views/report/bigscreen/designer/tools/componentsJSON/widget-table.js +++ b/report-ui/src/views/report/bigscreen/designer/tools/componentsJSON/widget-table.js @@ -131,14 +131,14 @@ export const widgetTable = { placeholder: '', value: '#fff', }, -/* { + { type: 'vue-color', - label: '表格背景', + label: '表格背景色', name: 'tableBgColor', require: false, placeholder: '', value: '', - },*/ + }, { type: 'vue-color', label: '奇行颜色', diff --git a/report-ui/src/views/report/bigscreen/designer/widget/widgetTable.vue b/report-ui/src/views/report/bigscreen/designer/widget/widgetTable.vue index a50d46f3..63e0ae5a 100644 --- a/report-ui/src/views/report/bigscreen/designer/widget/widgetTable.vue +++ b/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 }; } }, @@ -215,11 +215,11 @@ export default { width: 100%; } -.txtScroll-top .infoList li:nth-child(n) { +/*.txtScroll-top .infoList li:nth-child(n) { background: rgb(0, 59, 81); } .txtScroll-top .infoList li:nth-child(2n) { background: rgb(10, 39, 50); -} +}*/