From 408c27fad26b779ade19a1239eac7773152cc190 Mon Sep 17 00:00:00 2001 From: clay <20932067@zju.edu.cn> Date: Sun, 23 Oct 2022 00:24:45 +0800 Subject: [PATCH] clay commit : header icon --- .env.development | 4 ++-- src/views/footer/index.vue | 23 +++++++++++++++-------- src/views/header/mobile_herder.vue | 29 +++++++++++++++++++++-------- src/views/mobile/index.vue | 2 +- 4 files changed, 39 insertions(+), 19 deletions(-) diff --git a/.env.development b/.env.development index 9d17ba1..5882923 100644 --- a/.env.development +++ b/.env.development @@ -3,8 +3,8 @@ ENV = 'development' # EBTS/开发环境 #VUE_APP_BASE_API = '/dev-api' -VUE_APP_BASE_API = 'http://localhost:8085/dev-api' -#VUE_APP_BASE_API = 'http://sist.swjtu.edu.cn/dev-api' +#VUE_APP_BASE_API = 'http://localhost:8085/dev-api' +VUE_APP_BASE_API = 'http://sist.swjtu.edu.cn/dev-api' SITE_TYPE = 'NEd5n92EMIpyyBslaNqsRgE' #VUE_APP_BASE_API = 'http://sistapi.hchyun.cn/dev-api' diff --git a/src/views/footer/index.vue b/src/views/footer/index.vue index a58d0d8..fc382e7 100644 --- a/src/views/footer/index.vue +++ b/src/views/footer/index.vue @@ -8,7 +8,8 @@
-

{{ $t('message.contact_us') }} +

+ {{ $t('message.contact_us') }}

@@ -31,8 +32,9 @@ - - + + + -

{{ $t('message.chinese_site') }} @@ -63,7 +65,8 @@

+ +
@@ -84,21 +87,25 @@ export default { background-color: rgb(107, 109, 108); color: #b2b2b2 !important; font-size: 1.2rem; - a{ + + a { color: #b2b2b2 !important; - text-decoration:none; + text-decoration: none; } - .fLeft{ + .fLeft { text-decoration: none; margin-top: 1rem; + p { margin-top: .5rem; } } - .fRight{ + + .fRight { margin-top: 1rem; text-decoration: red; + p { margin-left: 1rem; margin-top: .5rem; diff --git a/src/views/header/mobile_herder.vue b/src/views/header/mobile_herder.vue index bbb547e..9b3c7d4 100644 --- a/src/views/header/mobile_herder.vue +++ b/src/views/header/mobile_herder.vue @@ -35,20 +35,33 @@ - - - + + + - {{ chile.title }} - {{ chile.englishTitle }} + {{ + chile.title + }} + {{ + chile.englishTitle + }} - - {{ item.title }} - {{ item.englishTitle }} + {{ + item.title + }} + {{ + item.englishTitle + }} diff --git a/src/views/mobile/index.vue b/src/views/mobile/index.vue index d2a7847..baf4ef8 100644 --- a/src/views/mobile/index.vue +++ b/src/views/mobile/index.vue @@ -233,7 +233,7 @@ export default { pageSize: 5 } this.listDataType = 0 - if (this.type === 4||menu.isSimple == 1) { + if (this.type === 4 || menu.isSimple == 1) { data.pageSize = 20 this.listDataType = 1 }