From 3b270eb50f42df37d22e094906ed9024f0489994 Mon Sep 17 00:00:00 2001 From: lb Date: Fri, 8 Sep 2023 14:16:17 +0800 Subject: [PATCH] add chart+tables --- src/components/yx-dark/containers/chart.vue | 30 +++++++++++ src/components/yx-dark/containers/rect.vue | 6 ++- src/components/yx-dark/containers/table.vue | 30 +++++++++++ src/views/MainPanel.vue | 60 +++++++++++++++------ 4 files changed, 109 insertions(+), 17 deletions(-) create mode 100644 src/components/yx-dark/containers/chart.vue create mode 100644 src/components/yx-dark/containers/table.vue diff --git a/src/components/yx-dark/containers/chart.vue b/src/components/yx-dark/containers/chart.vue new file mode 100644 index 0000000..de5155b --- /dev/null +++ b/src/components/yx-dark/containers/chart.vue @@ -0,0 +1,30 @@ + + + + + + + diff --git a/src/components/yx-dark/containers/rect.vue b/src/components/yx-dark/containers/rect.vue index 1138cc0..ca5a6e6 100644 --- a/src/components/yx-dark/containers/rect.vue +++ b/src/components/yx-dark/containers/rect.vue @@ -6,7 +6,9 @@ --> + + diff --git a/src/views/MainPanel.vue b/src/views/MainPanel.vue index ebbc272..3fc6f72 100644 --- a/src/views/MainPanel.vue +++ b/src/views/MainPanel.vue @@ -7,22 +7,50 @@