diff --git a/src/components/scEcharts/echarts-theme-T.js b/src/components/scEcharts/echarts-theme-T.js index bf058112..4fa164a6 100644 --- a/src/components/scEcharts/echarts-theme-T.js +++ b/src/components/scEcharts/echarts-theme-T.js @@ -2,15 +2,15 @@ const T = { "color": [ "#409EFF", "#36CE9E", - "#E6A23C", + "#f56e6a", "#626c91", - "#F56C6C", + "#edb00d", "#909399" ], 'grid': { 'left': '3%', 'right': '3%', - 'bottom': '3%', + 'bottom': '10', 'top': '40', 'containLabel': true }, @@ -32,7 +32,7 @@ const T = { "color": "#999" }, "splitLine": { - "show": true, + "show": false, "lineStyle": { "color": [ "#eee" diff --git a/src/components/scTable/index.vue b/src/components/scTable/index.vue index 567d4f88..42918e85 100644 --- a/src/components/scTable/index.vue +++ b/src/components/scTable/index.vue @@ -88,6 +88,8 @@ mounted() { if(this.apiObj){ this.getData(); + }else{ + this.tableData = this.data; } }, activated(){ diff --git a/src/views/template/chartlist.vue b/src/views/template/chartlist.vue new file mode 100644 index 00000000..281c1961 --- /dev/null +++ b/src/views/template/chartlist.vue @@ -0,0 +1,218 @@ + + + + +