From 564289a4ae045a937294e20a0046790cce9f00df Mon Sep 17 00:00:00 2001 From: yanzili <978387851@qq.com> Date: Mon, 28 Jun 2021 15:40:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report-ui/src/assets/styles/index.scss | 8 +++++ .../src/views/report/datasource/index.vue | 14 ++++----- report-ui/src/views/report/report/index.vue | 29 ++++++++++++------- .../src/views/report/resultset/index.vue | 1 + 4 files changed, 33 insertions(+), 19 deletions(-) diff --git a/report-ui/src/assets/styles/index.scss b/report-ui/src/assets/styles/index.scss index 9fa399b3..b6a31c36 100644 --- a/report-ui/src/assets/styles/index.scss +++ b/report-ui/src/assets/styles/index.scss @@ -280,4 +280,12 @@ a:hover { color: #bfcbd9!important; font-weight: normal !important; } +} +.el-form-item__label { + line-height: 30px !important; + height: 30px; +} +.el-form-item__content { + line-height: 30px !important; + height: 30px; } \ No newline at end of file diff --git a/report-ui/src/views/report/datasource/index.vue b/report-ui/src/views/report/datasource/index.vue index 15395aef..aff95123 100644 --- a/report-ui/src/views/report/datasource/index.vue +++ b/report-ui/src/views/report/datasource/index.vue @@ -9,7 +9,7 @@ + label-width="120px"> - + - + + size="mini"> @@ -77,7 +74,8 @@ + label-width="120px"> - + - + - - - + :dict-key="'REPORT_TYPE'" /> - + --> + \ No newline at end of file diff --git a/report-ui/src/views/report/resultset/index.vue b/report-ui/src/views/report/resultset/index.vue index af1c5907..9e1a79e1 100644 --- a/report-ui/src/views/report/resultset/index.vue +++ b/report-ui/src/views/report/resultset/index.vue @@ -61,6 +61,7 @@ border :data="data" size="small" + class="mt10" style="width: 100%"> Date: Mon, 28 Jun 2021 16:04:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report-ui/package.json | 2 +- report-ui/src/api/axios.js | 2 +- report-ui/src/views/report/report/index.vue | 20 +++++--------------- 3 files changed, 7 insertions(+), 17 deletions(-) diff --git a/report-ui/package.json b/report-ui/package.json index 5fdd0db1..bfcea186 100644 --- a/report-ui/package.json +++ b/report-ui/package.json @@ -96,4 +96,4 @@ "last 2 versions", "not ie <= 8" ] -} +} \ No newline at end of file diff --git a/report-ui/src/api/axios.js b/report-ui/src/api/axios.js index 93561583..46bae2f4 100644 --- a/report-ui/src/api/axios.js +++ b/report-ui/src/api/axios.js @@ -35,7 +35,7 @@ service.interceptors.response.use( if (res.code == 200) { return res } - else if (res.code == '0024') { + else if (res.code == '50014') { //登录超时或被登出,弹确认框,用户确认后,跳转到登录页面 MessageBox({ message: "当前登录已失效或异地登录,请重新登录", diff --git a/report-ui/src/views/report/report/index.vue b/report-ui/src/views/report/report/index.vue index 053de1e5..f0aea687 100644 --- a/report-ui/src/views/report/report/index.vue +++ b/report-ui/src/views/report/report/index.vue @@ -80,21 +80,21 @@ label="序号" type="index" min-width="40" /> - + - - + --> - \ No newline at end of file + \ No newline at end of file