From 0e6a5e69812ed9ebb30ffd2a71be4d4ed9c39bf6 Mon Sep 17 00:00:00 2001 From: piexlmax Date: Sat, 18 Sep 2021 17:09:15 +0800 Subject: [PATCH] =?UTF-8?q?dashboard=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashbordTable/dashbordTable.vue | 54 ----- web/src/style/main.scss | 2 +- .../dashboard}/dashbordCharts/echartsLine.vue | 42 ++-- .../dashboard/dashbordTable/dashbordTable.vue | 112 ++++++++++ web/src/view/dashboard/index.vue | 207 ++++++++++-------- 5 files changed, 250 insertions(+), 167 deletions(-) delete mode 100644 web/src/components/dashbordTable/dashbordTable.vue rename web/src/{components => view/dashboard}/dashbordCharts/echartsLine.vue (71%) create mode 100644 web/src/view/dashboard/dashbordTable/dashbordTable.vue diff --git a/web/src/components/dashbordTable/dashbordTable.vue b/web/src/components/dashbordTable/dashbordTable.vue deleted file mode 100644 index 13e16174..00000000 --- a/web/src/components/dashbordTable/dashbordTable.vue +++ /dev/null @@ -1,54 +0,0 @@ - - - - diff --git a/web/src/style/main.scss b/web/src/style/main.scss index 13e491cf..3a5e899b 100644 --- a/web/src/style/main.scss +++ b/web/src/style/main.scss @@ -1484,7 +1484,7 @@ $mainHight: 100vh; } .el-pagination__jump{ .el-pagination__editor{ - + } } } diff --git a/web/src/components/dashbordCharts/echartsLine.vue b/web/src/view/dashboard/dashbordCharts/echartsLine.vue similarity index 71% rename from web/src/components/dashbordCharts/echartsLine.vue rename to web/src/view/dashboard/dashbordCharts/echartsLine.vue index cc35da4a..7f184573 100644 --- a/web/src/components/dashbordCharts/echartsLine.vue +++ b/web/src/view/dashboard/dashbordCharts/echartsLine.vue @@ -1,6 +1,8 @@