diff --git a/src/layout/header/index.vue b/src/layout/header/index.vue index aeb8e35..ba7d5c5 100644 --- a/src/layout/header/index.vue +++ b/src/layout/header/index.vue @@ -196,7 +196,7 @@ const fnSignOut = async () => { padding: 0 20px; margin-right: 20px; border-radius: 2px; - + font-size: 16px; &.active { background-image: url("/src/assets/images/public/tguang.png"); background-repeat: no-repeat; @@ -206,7 +206,7 @@ const fnSignOut = async () => { .title { padding-left: 3px; - font-size: 14px; + font-size: 16px; } } }