diff --git a/web/src/pages/Home.vue b/web/src/pages/Home.vue index c37006c..10b7629 100644 --- a/web/src/pages/Home.vue +++ b/web/src/pages/Home.vue @@ -2,7 +2,7 @@
-
+
在线数
@@ -12,7 +12,7 @@ -
+
用户数
@@ -22,7 +22,7 @@ -
+
用户组数
@@ -32,7 +32,7 @@ -
+
IP映射数
@@ -114,6 +114,9 @@ export default { console.log(error); }); }, + jump(path) { + this.$router.push(path); + }, }, } @@ -132,6 +135,11 @@ export default { border-color: rgba(0, 0, 0, .05); } +.card-panel:hover { + box-shadow: 0 3px 5px 2px rgba(0, 0, 0, .12), 0 0 5px 0 rgba(0, 0, 0, .04); + cursor:pointer; +} + .card-panel-description { display: flex; flex-direction: column;