From e04a756ff1cc32f6b0c814d9dbc29af2195d37d4 Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Sun, 6 Jul 2025 00:59:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(views):=20=E6=9B=B4=E6=96=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=BB=84=E4=BB=B6=E5=92=8C=E8=A7=86=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新仪表板监控组件 * 优化图表组件(chart.vue, chart2.vue, chart3.vue) * 改进数据可视化展示 - 完善登录页面组件 * 优化登录表单组件(Login/index.vue) * 改进用户登录体验 提升页面展示效果和用户交互 --- .../dashboard/monitor/components/chart.vue | 10 +++- .../dashboard/monitor/components/chart2.vue | 10 +++- .../dashboard/monitor/components/chart3.vue | 10 +++- src/views/login/components/Login/index.vue | 58 ++++++++++++++++++- 4 files changed, 76 insertions(+), 12 deletions(-) diff --git a/src/views/dashboard/monitor/components/chart.vue b/src/views/dashboard/monitor/components/chart.vue index 8f68d16..085d70e 100644 --- a/src/views/dashboard/monitor/components/chart.vue +++ b/src/views/dashboard/monitor/components/chart.vue @@ -5,8 +5,12 @@ @@ -17,4 +21,4 @@ border-radius: 8px; border: 1px solid #e0e0e0; } - \ No newline at end of file + diff --git a/src/views/dashboard/monitor/components/chart2.vue b/src/views/dashboard/monitor/components/chart2.vue index e1f2209..34c931c 100644 --- a/src/views/dashboard/monitor/components/chart2.vue +++ b/src/views/dashboard/monitor/components/chart2.vue @@ -5,8 +5,12 @@ @@ -17,4 +21,4 @@ border-radius: 8px; border: 1px solid #e0e0e0; } - \ No newline at end of file + diff --git a/src/views/dashboard/monitor/components/chart3.vue b/src/views/dashboard/monitor/components/chart3.vue index 8c006c1..db4d302 100644 --- a/src/views/dashboard/monitor/components/chart3.vue +++ b/src/views/dashboard/monitor/components/chart3.vue @@ -5,8 +5,12 @@ @@ -17,4 +21,4 @@ border-radius: 8px; border: 1px solid #e0e0e0; } - \ No newline at end of file + diff --git a/src/views/login/components/Login/index.vue b/src/views/login/components/Login/index.vue index 74da373..a9b21a0 100644 --- a/src/views/login/components/Login/index.vue +++ b/src/views/login/components/Login/index.vue @@ -1,6 +1,7 @@ @@ -82,6 +110,30 @@ function checkUserAccount() { + +
+ +
+ 验证码 + 点击获取验证码 +
+
+