From 3add60c772a5cc5f02fd26cca432e4b2d1bff60d Mon Sep 17 00:00:00 2001 From: suguangxu <274928232@qq.com> Date: Wed, 11 Jun 2025 10:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=95=B0=E6=8D=AE=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=E3=80=81=E5=A4=8D=E5=88=B6=E5=8A=9F=E8=83=BD=E5=BC=80?= =?UTF-8?q?=E5=8F=91=EF=BC=9A=E5=AF=BC=E5=85=A5=E6=97=A5=E5=BF=97=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=AF=B9=E5=AF=BC=E5=85=A5=E6=A8=A1=E5=BC=8F=E3=80=81?= =?UTF-8?q?=E7=A7=9F=E6=88=B7=E7=BC=96=E7=A0=81=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataMigration/components/import/index.vue | 38 +++++++++++-------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/src/views/system/dataMigration/components/import/index.vue b/src/views/system/dataMigration/components/import/index.vue index 628d20a..7e97e96 100644 --- a/src/views/system/dataMigration/components/import/index.vue +++ b/src/views/system/dataMigration/components/import/index.vue @@ -14,15 +14,21 @@ v-model:visible="logsDialog.visible" :title="t('导入日志')" :maskClosable="false" - :width="700" + :width="800" :footer="null" >
@@ -133,9 +139,17 @@ padding:30px 30px; .log{ padding:5px 0px; - .log-time{ - color:rgba(22, 119, 224, 1); - margin-right:30px; + .col-item{ + margin-right:10px; + .content{ + color:rgba(22, 119, 224, 1); + } + .view-log-detail{ + &:hover{ + text-decoration:underline; + cursor:pointer; + } + } } .success{ color:green; @@ -143,16 +157,8 @@ .fail{ color:red; } - .view-log-detail{ - margin-left:30px; - color:rgba(22, 119, 224, 1); - &:hover{ - text-decoration:underline; - cursor:pointer; - } - } + } - } .log-details{