From b6094e2a84b8515d22426d71239b7515d6cfc2de Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Wed, 16 Aug 2023 18:30:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qualitySupervision/components/transformInfo.vue | 5 +++-- .../safetySupervision/components/transformInfo.vue | 5 +++-- .../goverment/qualitySupervision/components/orderAdd.vue | 3 ++- .../qualitySupervision/components/transformInfo.vue | 5 +++-- .../goverment/safetySupervision/components/orderAdd.vue | 3 ++- .../goverment/safetySupervision/components/transformInfo.vue | 5 +++-- .../project/qualitySupervision/components/transformInfo.vue | 5 +++-- .../project/safetySupervision/components/transformInfo.vue | 5 +++-- 8 files changed, 22 insertions(+), 14 deletions(-) diff --git a/src/views/enterprise/qualitySupervision/components/transformInfo.vue b/src/views/enterprise/qualitySupervision/components/transformInfo.vue index 66802bf..625a840 100644 --- a/src/views/enterprise/qualitySupervision/components/transformInfo.vue +++ b/src/views/enterprise/qualitySupervision/components/transformInfo.vue @@ -497,7 +497,8 @@ onMounted(() => {}); display: flex; margin-bottom: 12px; span:nth-child(1) { - width: 56px; + display: inline-block; + width: 60px; text-align: right; font-size: 12px; font-family: Source Han Sans CN-Medium, Source Han Sans CN; @@ -572,7 +573,7 @@ onMounted(() => {}); height: 300px; .row { span:nth-child(1) { - text-align: left; + text-align: right; } } :deep(.el-timeline-item) { diff --git a/src/views/enterprise/safetySupervision/components/transformInfo.vue b/src/views/enterprise/safetySupervision/components/transformInfo.vue index 82b475b..9693b41 100644 --- a/src/views/enterprise/safetySupervision/components/transformInfo.vue +++ b/src/views/enterprise/safetySupervision/components/transformInfo.vue @@ -498,7 +498,8 @@ onMounted(() => {}); display: flex; margin-bottom: 12px; span:nth-child(1) { - width: 56px; + display: inline-block; + width: 60px; text-align: right; font-size: 12px; font-family: Source Han Sans CN-Medium, Source Han Sans CN; @@ -573,7 +574,7 @@ onMounted(() => {}); height: 300px; .row { span:nth-child(1) { - text-align: left; + text-align: right; } } :deep(.el-timeline-item) { diff --git a/src/views/goverment/qualitySupervision/components/orderAdd.vue b/src/views/goverment/qualitySupervision/components/orderAdd.vue index 6becbdf..22fb7d3 100644 --- a/src/views/goverment/qualitySupervision/components/orderAdd.vue +++ b/src/views/goverment/qualitySupervision/components/orderAdd.vue @@ -1036,7 +1036,8 @@ onMounted(() => { align-items: center; margin-bottom: 12px; span:nth-child(1) { - width: 56px; + display: inline-block; + width: 60px; text-align: right; font-size: 12px; font-family: Source Han Sans CN-Medium, Source Han Sans CN; diff --git a/src/views/goverment/qualitySupervision/components/transformInfo.vue b/src/views/goverment/qualitySupervision/components/transformInfo.vue index c8de89a..0a35e66 100644 --- a/src/views/goverment/qualitySupervision/components/transformInfo.vue +++ b/src/views/goverment/qualitySupervision/components/transformInfo.vue @@ -468,7 +468,8 @@ onMounted(() => {}); display: flex; margin-bottom: 12px; span:nth-child(1) { - width: 56px; + display: inline-block; + width: 60px; text-align: right; font-size: 12px; font-family: Source Han Sans CN-Medium, Source Han Sans CN; @@ -539,7 +540,7 @@ onMounted(() => {}); height: 300px; .row { span:nth-child(1) { - text-align: left; + text-align: right; } } :deep(.el-timeline-item) { diff --git a/src/views/goverment/safetySupervision/components/orderAdd.vue b/src/views/goverment/safetySupervision/components/orderAdd.vue index b2d7155..04ea91e 100644 --- a/src/views/goverment/safetySupervision/components/orderAdd.vue +++ b/src/views/goverment/safetySupervision/components/orderAdd.vue @@ -1020,7 +1020,8 @@ onMounted(() => { align-items: center; margin-bottom: 12px; span:nth-child(1) { - width: 56px; + display: inline-block; + width: 60px; text-align: right; font-size: 12px; font-family: Source Han Sans CN-Medium, Source Han Sans CN; diff --git a/src/views/goverment/safetySupervision/components/transformInfo.vue b/src/views/goverment/safetySupervision/components/transformInfo.vue index 80095e6..fac8cd2 100644 --- a/src/views/goverment/safetySupervision/components/transformInfo.vue +++ b/src/views/goverment/safetySupervision/components/transformInfo.vue @@ -476,7 +476,8 @@ onMounted(() => {}); display: flex; margin-bottom: 12px; span:nth-child(1) { - width: 56px; + display: inline-block; + width: 60px; text-align: right; font-size: 12px; font-family: Source Han Sans CN-Medium, Source Han Sans CN; @@ -547,7 +548,7 @@ onMounted(() => {}); height: 300px; .row { span:nth-child(1) { - text-align: left; + text-align: right; } } :deep(.el-timeline-item) { diff --git a/src/views/project/qualitySupervision/components/transformInfo.vue b/src/views/project/qualitySupervision/components/transformInfo.vue index 0a8e0a7..97c6376 100644 --- a/src/views/project/qualitySupervision/components/transformInfo.vue +++ b/src/views/project/qualitySupervision/components/transformInfo.vue @@ -497,7 +497,8 @@ onMounted(() => {}); display: flex; margin-bottom: 12px; span:nth-child(1) { - width: 56px; + display: inline-block; + width: 60px; text-align: right; font-size: 12px; font-family: Source Han Sans CN-Medium, Source Han Sans CN; @@ -572,7 +573,7 @@ onMounted(() => {}); height: 300px; .row { span:nth-child(1) { - text-align: left; + text-align: right; } } :deep(.el-timeline-item) { diff --git a/src/views/project/safetySupervision/components/transformInfo.vue b/src/views/project/safetySupervision/components/transformInfo.vue index 5dc6f9b..733001c 100644 --- a/src/views/project/safetySupervision/components/transformInfo.vue +++ b/src/views/project/safetySupervision/components/transformInfo.vue @@ -497,7 +497,8 @@ onMounted(() => {}); display: flex; margin-bottom: 12px; span:nth-child(1) { - width: 56px; + display: inline-block; + width: 60px; text-align: right; font-size: 12px; font-family: Source Han Sans CN-Medium, Source Han Sans CN; @@ -572,7 +573,7 @@ onMounted(() => {}); height: 300px; .row { span:nth-child(1) { - text-align: left; + text-align: right; } } :deep(.el-timeline-item) {