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 @@