diff --git a/src/views/layout/LayoutContainer.vue b/src/views/layout/LayoutContainer.vue index d832a8e..5a9842f 100644 --- a/src/views/layout/LayoutContainer.vue +++ b/src/views/layout/LayoutContainer.vue @@ -220,9 +220,9 @@ const onExit = async () => { -
- -
+ + @@ -298,6 +298,10 @@ const onExit = async () => { justify-content: center; align-items: center; cursor: pointer; + + &:hover { + background-color: #337ecc; + } } }