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 @@