From 10a847deb03abbaf579d0732bbb2dda2953849fe Mon Sep 17 00:00:00 2001 From: wangyan Date: Tue, 10 May 2022 09:01:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/views/gateway/common/main.vue | 26 +++++++++++++++++++++++--- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.env.production b/.env.production index 6966911..5251881 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_BASE_URL=http://124.71.184.231:8890/gjc +VUE_APP_API_BASE_URL=http://124.71.184.231:8891/nyzy VUE_APP_CAS_BASE_URL=http://localhost:8888/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file diff --git a/src/views/gateway/common/main.vue b/src/views/gateway/common/main.vue index 5589bce..f1e2615 100644 --- a/src/views/gateway/common/main.vue +++ b/src/views/gateway/common/main.vue @@ -18,9 +18,9 @@ --> - - -

{{tt.title}}

+ + +

{{tt.title}}

{{$tfnm(tt,'content',60)}}

@@ -544,4 +544,24 @@ export default { top: -1rem; } } + .toutiaoItem{ + width: 100%; + height: 100px; + padding: 10px; + text-align: center; + box-sizing: border-box; + transition: 0.5s all; + -webkit-transition: 0.5s all; + -moz-transition: 0.5s all; + -o-transition: 0.5s all; + } + .toutiaoH{ + font-size: 22px; + font-weight: bold; + margin-top: 8px; + margin-bottom: 10px; + color: #333; + } + + \ No newline at end of file