diff --git a/src/assets/sass/_app.scss b/src/assets/sass/_app.scss index 21298c3..2b069bf 100644 --- a/src/assets/sass/_app.scss +++ b/src/assets/sass/_app.scss @@ -2,4 +2,8 @@ background-repeat: no-repeat; background-attachment: fixed; @apply py-5; -} \ No newline at end of file +} + +.CursorPointer { + cursor: pointer; + } \ No newline at end of file diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue index c353e4b..63ba561 100644 --- a/src/components/TopBar.vue +++ b/src/components/TopBar.vue @@ -51,13 +51,13 @@
- 退出登陆 - +
@@ -211,6 +211,7 @@ diff --git a/src/modules/Crad.vue b/src/modules/Crad.vue index 3b70884..9930f46 100644 --- a/src/modules/Crad.vue +++ b/src/modules/Crad.vue @@ -48,6 +48,31 @@ export default { diff --git a/src/views/Login.vue b/src/views/Login.vue index 7404454..ffea3f8 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -106,7 +106,7 @@