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{