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) {