From 95af32c9c4233a17e2da6d725c8cfd6464579c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Thu, 7 Mar 2024 14:37:59 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=8B=86=E5=88=86--=E6=9F=A5=E7=9C=8B--=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E7=9B=AE=E5=BD=95--=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../documentComparison/InitiateComparison.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/documentTool/documentComparison/InitiateComparison.vue b/jero-web/src/views/documentTool/documentComparison/InitiateComparison.vue index 5ddcfd3..aa54930 100644 --- a/jero-web/src/views/documentTool/documentComparison/InitiateComparison.vue +++ b/jero-web/src/views/documentTool/documentComparison/InitiateComparison.vue @@ -32,7 +32,7 @@ size="middle" :can-drag="true" :loading="loadingLeft" - :pagination="false" + :pagination="ipaginationLeft" :scroll="{x: '100%',y:'calc(100vh - 400px)'}" rowKey="id" :data-source="dataSourceLeft" @@ -87,7 +87,7 @@ size="middle" :can-drag="true" :loading="loadingRight" - :pagination="false" + :pagination="ipaginationRight" :scroll="{x: '100%',y:'calc(100vh - 400px)'}" rowKey="id" :data-source="dataSourceRight" @@ -96,7 +96,8 @@ @change="tableChangeRight" > - + +
@@ -108,7 +109,7 @@ - +
From e559e3d6e086225899f6a83edb7b6ccbd377eb7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Thu, 7 Mar 2024 15:30:54 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=8B=86=E5=88=86--=E6=9F=A5=E7=9C=8B--=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E7=9B=AE=E5=BD=95--=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tools/Logo.vue | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/jero-web/src/components/tools/Logo.vue b/jero-web/src/components/tools/Logo.vue index 7c5a7f2..7c8b558 100644 --- a/jero-web/src/components/tools/Logo.vue +++ b/jero-web/src/components/tools/Logo.vue @@ -6,10 +6,11 @@ - - logo + 拆分对比工具 + 拆分对比工具 + - + @@ -57,6 +58,7 @@ export default { transition: background 300ms; background-color: transparent !important; padding: 0 24px 0 0; + text-align: center; h1 { color: @primary-color !important; @@ -66,7 +68,11 @@ export default { a { width: 100%; display: inline-block; - color: white; + /*color: #000;*/ + font-weight: bold; + font-size: 16px; + /*color: white;*/ + img { width: 100%; @@ -74,7 +80,7 @@ export default { } &:hover { - color: rgba(255, 255, 255, 0.8); + /*color: rgba(255, 255, 255, 0.8);*/ } } } @@ -83,4 +89,7 @@ export default { background-color: @primary-color; } } + .noTitle{ + font-size: 12px; + } From b7341750a0d77c0f829400fb2b3c33311fb10516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Thu, 7 Mar 2024 15:34:59 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=8B=86=E5=88=86--=E6=9F=A5=E7=9C=8B--=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E7=9B=AE=E5=BD=95--=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tools/Logo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/components/tools/Logo.vue b/jero-web/src/components/tools/Logo.vue index 7c8b558..bcd5c04 100644 --- a/jero-web/src/components/tools/Logo.vue +++ b/jero-web/src/components/tools/Logo.vue @@ -6,8 +6,8 @@ - 拆分对比工具 - 拆分对比工具 + 拆分比对工具 + 拆分比对工具