From 0567efecbd752b19f4a4f4b2a0ffcb96ed1ad760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E8=BF=90=E6=A8=A1?= <1724894114@qq.com> Date: Tue, 6 Aug 2024 23:03:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=82=AE=E4=BB=B6=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E5=92=8C=E5=A2=9E=E5=8A=A0=E6=A3=80=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/scExport/exportList.vue | 2 +- src/views/login/index.vue | 30 ++++++++++- src/views/order/dataConfirm/emailSync.vue | 64 +++++++++++++++++++++++ src/views/order/dataConfirm/index.vue | 58 ++++++++++++++++---- 4 files changed, 143 insertions(+), 11 deletions(-) create mode 100644 src/views/order/dataConfirm/emailSync.vue diff --git a/src/components/scExport/exportList.vue b/src/components/scExport/exportList.vue index 0ba12c6..44604cc 100644 --- a/src/components/scExport/exportList.vue +++ b/src/components/scExport/exportList.vue @@ -116,7 +116,7 @@ export default { .icon{width: 14px;height: 14px;margin-right: 4px;} } } -.exportPopover :deep(.el-progress-bar__innerText){ +.exportPopover ::v-deep .el-progress-bar__innerText{ height: 100%; display: flex;align-items: center;justify-content: flex-end; font-size: 10px; diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 65d84d6..34814d5 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -3,6 +3,7 @@

+

维保系统平台

@@ -149,6 +150,33 @@ left: 0; right: 0; z-index: 2; + display: flex; + align-items: center; + h3{ + display: flex; + align-items: center; + } + h2{ + height: 40px; + display: flex; + align-items: baseline; + font-size: 24px; + position: relative; + padding-left: 18px; + color: #3F4244; + font-weight: 500; + .origin{ + position: absolute; + left: 0; + top: 12px; + display: inline-block; + width: 8px; + height: 8px; + border-radius: 50%; + background: #333; + margin: 0 8px 0 0; + } + } .logo{ height: 60px; } @@ -158,7 +186,7 @@ background-size: cover; background-position: center; background-repeat: no-repeat; - background-image: url(https://dm-auto.oss-cn-shanghai.aliyuncs.com/xw_cloud/image/login_back1.png); + background-image: url(https://dm-auto.oss-cn-shanghai.aliyuncs.com/xw_cloud/image/login_back5.png); width: calc(100% - 460px); height: 100%; position: absolute; diff --git a/src/views/order/dataConfirm/emailSync.vue b/src/views/order/dataConfirm/emailSync.vue new file mode 100644 index 0000000..9c3bd06 --- /dev/null +++ b/src/views/order/dataConfirm/emailSync.vue @@ -0,0 +1,64 @@ + + + + + diff --git a/src/views/order/dataConfirm/index.vue b/src/views/order/dataConfirm/index.vue index 4b7b16a..cad958a 100644 --- a/src/views/order/dataConfirm/index.vue +++ b/src/views/order/dataConfirm/index.vue @@ -9,6 +9,9 @@ 未确认 部分确认 + + + @@ -40,7 +43,6 @@
{{emailParams.sent_at}}
- 手动同步 查看原邮件 确认维保 @@ -83,7 +85,6 @@ {{scope.row[item.prop]}} - @@ -164,11 +165,13 @@