diff --git a/.env.usa b/.env.usa index 0098dc79..3dae9013 100644 --- a/.env.usa +++ b/.env.usa @@ -2,7 +2,7 @@ ENV = 'usa' NODE_ENV = 'usa' # base public path -VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-05-31/' +VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-07-03/' # 是否开启登陆限制 true:是 false:否 VUE_APP_LOGIN_FOR_PERMISSION = false diff --git a/src/App.vue b/src/App.vue index a7d5c2b7..50e0010b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -246,7 +246,10 @@ textarea { color: $light_gray; text-align: center; font-weight: bold; - font-family: 'Times New Roman'; - text-shadow:1px 0.5px 1.5px #666; + font-family: "Times New Roman"; + text-shadow: 1px 0.5px 1.5px #666; +} +.title-logo { + height: 40px; } diff --git a/src/assets/title-logo.png b/src/assets/title-logo.png new file mode 100644 index 00000000..396619c9 Binary files /dev/null and b/src/assets/title-logo.png differ diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 5d230a6b..a4d3df9e 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -7,7 +7,12 @@
{{ $t("login:title:system_title") }}
++ {{ $t("login:title:system_title") }} +
{{ $t("login:title:system") }}
V1.5.1.001
@@ -462,6 +472,9 @@ $light_gray: #606266; img { height: 40px; } + .usa-logo { + height: 60px; + } } .login-image { position: absolute; @@ -482,7 +495,7 @@ $light_gray: #606266; .login-form { position: absolute; - top: 50%; + top: 55%; // transform: translateY(-50%); left: 50%; transform: translate(-50%, -50%); @@ -493,6 +506,7 @@ $light_gray: #606266; } .title-container { // margin-bottom: 50px; + text-align: center; margin-top: 15%; .title { font-size: 35px; @@ -500,6 +514,12 @@ $light_gray: #606266; text-align: center; font-weight: bold; } + .title-logo-message { + font-size: 26px; + color: $light_gray; + text-align: center; + margin-top: 20px; + } } .tips { diff --git a/src/views/trials/trials-layout/components/trialsNavbar.vue b/src/views/trials/trials-layout/components/trialsNavbar.vue index 66754ce8..8bae8fb9 100644 --- a/src/views/trials/trials-layout/components/trialsNavbar.vue +++ b/src/views/trials/trials-layout/components/trialsNavbar.vue @@ -1,16 +1,17 @@