From 87ab49edd13a1cbb9e22bc6e2f36595ce4cf9f97 Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Tue, 27 Sep 2022 15:17:54 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E4=B8=89=E6=9C=9F=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/evaluationResultsClause.vue | 31 +++++-- .../components/evaluationResultsWhole.vue | 86 +++++++++++++++---- 2 files changed, 96 insertions(+), 21 deletions(-) diff --git a/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsClause.vue b/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsClause.vue index ad32144fd..900365c82 100644 --- a/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsClause.vue +++ b/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsClause.vue @@ -8,15 +8,21 @@ {{$route.query.serialNumber +' '+$t('regulatoryTechnicalEvaluationResults')}} +
+
+ + {{$t('initiateSupplementaryProcess')}} +
+
-
- - {{$t('initiateSupplementaryProcess')}} - -
+ + + + +
{{$t('processBackground')}}: {{$route.query.processBackground}} @@ -327,7 +333,7 @@ } .doc-detail-right { - width: 800px; + /*width: 800px;*/ line-height: 68px; display: flex; @@ -353,6 +359,7 @@ .processBackground-text { font-size: 16px; color: #000F16; + margin-top: 16px; } } } @@ -432,6 +439,18 @@ ::v-deep .ant-table-body { background: transparent !important; } + .operator-text-text { + cursor: pointer; + margin-right: 23px; + font-size: 14px; + font-weight: 400; + color: #040B29; + display: inline-block; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + text-align: right; + }