diff --git a/jero-web/src/components/page/GlobalLayout.vue b/jero-web/src/components/page/GlobalLayout.vue
index 051b6808..df4104c5 100644
--- a/jero-web/src/components/page/GlobalLayout.vue
+++ b/jero-web/src/components/page/GlobalLayout.vue
@@ -326,7 +326,39 @@ export default {
.user-wrapper {
float: right;
height: 100%;
+ .small-action {
+ cursor: pointer;
+ padding: 0 5px;
+ display: inline-block;
+ transition: all .3s;
+ height: 70%;
+ line-height: 46px;
+
+ &.action-full {
+ height: 100%;
+ }
+
+ &:hover {
+ background: rgba(255, 255, 255, 0.3);
+ }
+
+ .avatar {
+ margin: 20px 10px 20px 0;
+ color: #1890ff;
+ background: hsla(0, 0%, 100%, .85);
+ vertical-align: middle;
+ }
+
+ .icon {
+ font-size: 16px;
+ padding: 4px;
+ }
+
+ .anticon {
+ color: inherit;
+ }
+ }
.action {
cursor: pointer;
padding: 0 14px;
diff --git a/jero-web/src/components/tools/UserMenu.vue b/jero-web/src/components/tools/UserMenu.vue
index 4350bfe3..cd1e3cf2 100644
--- a/jero-web/src/components/tools/UserMenu.vue
+++ b/jero-web/src/components/tools/UserMenu.vue
@@ -33,11 +33,18 @@
-
-
+
+
+
+
+
+
+
+
+
-
+
欢迎您,{{ nickname() }}