diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 8e0e0af..79b2dfa 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -8,8 +8,10 @@
@@ -144,6 +146,7 @@ export default { components: { TopLang, Vcode, toggleRole }, data() { return { + NODE_ENV: process.env.NODE_ENV, // process.env.NODE_ENV config: WINDOW_CONFIG, visible: false, logoImg, @@ -543,6 +546,10 @@ $light_gray: #606266; img { height: 40px; } + + .usa-logo { + height: 60px; + } } .login-image { diff --git a/src/views/trials/trials-layout/components/trialsNavbar.vue b/src/views/trials/trials-layout/components/trialsNavbar.vue index afd1baa..2b5c0b1 100644 --- a/src/views/trials/trials-layout/components/trialsNavbar.vue +++ b/src/views/trials/trials-layout/components/trialsNavbar.vue @@ -3,7 +3,7 @@
+ crossOrigin="anonymous" alt="" :class="{ img_en: NODE_ENV === 'usa' }" />
@@ -93,6 +93,7 @@ export default { data() { return { logoImg, + NODE_ENV: process.env.NODE_ENV, // process.env.NODE_ENV activeIndex: '2', isReviewer: false, userTypeShortName: zzSessionStorage.getItem('userTypeShortName'), @@ -310,10 +311,12 @@ export default { img { height: 28px; margin-right: 10px; + min-width: 170px; } .img_en { - height: 60px; + height: 36px; + min-width: 10px; } span {