diff --git a/src/App.vue b/src/App.vue index 6831a218..b9be4bcc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -112,7 +112,8 @@ export default { } }, mounted() { - this.show = process.env.VUE_APP_OSS_PATH === '/test/dist' + // this.show = process.env.VUE_APP_OSS_PATH === '/test/dist' + this.show = false Vue.prototype.$openI18n = this.openI18n }, // watch: { diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 9268d926..2d89a113 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -218,7 +218,7 @@ export default { .right-menu { // float: right; height: 100%; - line-height: 50px; + line-height: 65px; // position: relative; &:focus { outline: none; diff --git a/src/layout/components/topLang.vue b/src/layout/components/topLang.vue index 540e4bd1..8d020f0b 100644 --- a/src/layout/components/topLang.vue +++ b/src/layout/components/topLang.vue @@ -1,11 +1,11 @@