From fd33cd5f85d0fd22b908b8a227f93b084d1237bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Thu, 21 Apr 2022 21:58:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Sidebar/index.vue | 33 +++-- src/utils/index.js | 23 ++-- src/views/dashboard/LineChart.vue | 95 +++++++------ src/views/dashboard/RaddarChart.vue | 81 +++++------ src/views/index.vue | 93 ++++++++----- src/views/index_v1.vue | 116 +++++++--------- src/views/login.vue | 161 +++++++++++++--------- src/views/system/user/profile/operLog.vue | 132 +++++++++--------- 8 files changed, 395 insertions(+), 339 deletions(-) diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue index 12fa8ff..d745d22 100644 --- a/src/layout/components/Sidebar/index.vue +++ b/src/layout/components/Sidebar/index.vue @@ -1,16 +1,28 @@ @@ -145,12 +171,14 @@ function goTarget(url) { font-size: 17.5px; border-left: 5px solid #eee; } + hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } + .col-item { margin-bottom: 20px; } @@ -160,7 +188,7 @@ function goTarget(url) { margin: 0; } - font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; color: #676a6c; overflow-x: hidden; @@ -200,4 +228,3 @@ function goTarget(url) { } } - diff --git a/src/views/index_v1.vue b/src/views/index_v1.vue index 9d15fd4..4df4239 100644 --- a/src/views/index_v1.vue +++ b/src/views/index_v1.vue @@ -15,7 +15,8 @@
- {{ userInfo.welcomeMessage }},{{ userInfo.nickName }},{{ userInfo.welcomeContent }} + {{ userInfo.welcomeMessage + ',' + userInfo.nickName + ' ,' + userInfo.welcomeContent }} +
昵称:
@@ -24,18 +25,24 @@
身份:
- {{ item.roleName }} + + {{ item.roleName }} +
IP:
-
{{ userInfo.loginIP }}
+
+ {{ userInfo.loginIP }} +
时间:
-
{{ currentTime }}
+
+ {{ currentTime }} +
@@ -73,11 +80,11 @@
- - - + + + - +
@@ -93,20 +100,21 @@
-
+
- \ No newline at end of file + diff --git a/src/views/system/user/profile/operLog.vue b/src/views/system/user/profile/operLog.vue index 1275135..96b949e 100644 --- a/src/views/system/user/profile/operLog.vue +++ b/src/views/system/user/profile/operLog.vue @@ -1,43 +1,45 @@