diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index de9942367..3ab81739e 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -912,6 +912,13 @@ border: none !important; padding: 0 !important; } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } diff --git a/jero-web/src/components/tableCollection/index1.vue b/jero-web/src/components/tableCollection/index1.vue index 091f5af65..28058a3d1 100644 --- a/jero-web/src/components/tableCollection/index1.vue +++ b/jero-web/src/components/tableCollection/index1.vue @@ -728,6 +728,13 @@ border: none !important; padding: 0 !important; } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue index 8f388085b..ae56be4b7 100644 --- a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue +++ b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue @@ -347,4 +347,11 @@ .text-operation { margin-right: 8px; } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue index 9f9e966da..828ce0091 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue @@ -207,4 +207,11 @@ color: #040B29; display: inline-block; } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseAdd.vue index f021fb817..b6da4ce20 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseAdd.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseAdd.vue @@ -357,5 +357,11 @@ color: red; margin-right: 4px; } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseModel.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseModel.vue index 09206ab8f..e3c65af86 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseModel.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseModel.vue @@ -215,4 +215,11 @@ color: #040B29; display: inline-block; } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/displayInformationModel.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/displayInformationModel.vue index 709a02c38..2ccb9cd8b 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/displayInformationModel.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/displayInformationModel.vue @@ -186,4 +186,11 @@ .text-operation { margin-right: 8px; } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/optionMaintenance.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/optionMaintenance.vue index 83a8fdcd2..b9bd3d0fe 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/optionMaintenance.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/optionMaintenance.vue @@ -209,4 +209,11 @@ color: #040B29; display: inline-block; } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsClause.vue b/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsClause.vue index e61bb0b10..d32d78d9d 100644 --- a/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsClause.vue +++ b/jero-web/src/views/businessSupport/technologyAssessment/components/evaluationResultsClause.vue @@ -423,6 +423,13 @@ text-justify: inter-ideograph; word-break: break-all } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file diff --git a/jero-web/src/views/documentTools/documentComparison/index.vue b/jero-web/src/views/documentTools/documentComparison/index.vue index c12995fcd..ada3a0888 100644 --- a/jero-web/src/views/documentTools/documentComparison/index.vue +++ b/jero-web/src/views/documentTools/documentComparison/index.vue @@ -355,7 +355,7 @@ }, initiatingProcessClick() { this.$router.push({ - path:'/initiateDocumentComparison' + path: '/initiateDocumentComparison' }) // let newUrl = this.$router.resolve({ // path: '/initiateDocumentComparison' @@ -489,4 +489,12 @@ color: red; margin-right: 4px; } + + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file diff --git a/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue b/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue index 0bd5c0094..87b913116 100644 --- a/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue +++ b/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue @@ -382,4 +382,11 @@ .Required-One { color: red; } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file diff --git a/jero-web/src/views/documentTools/documentTranslation/index.vue b/jero-web/src/views/documentTools/documentTranslation/index.vue index aea26d78f..76c32b2a4 100644 --- a/jero-web/src/views/documentTools/documentTranslation/index.vue +++ b/jero-web/src/views/documentTools/documentTranslation/index.vue @@ -450,4 +450,11 @@ margin-right: 4px; display: inline-block; } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file diff --git a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue index 15deaa0a6..d4948c50a 100644 --- a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue +++ b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue @@ -1015,6 +1015,13 @@ font-weight: 500; color: #000F16; } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file diff --git a/jero-web/src/views/parameter/escalationlibrary/index.vue b/jero-web/src/views/parameter/escalationlibrary/index.vue index 9fff55112..d446b4851 100644 --- a/jero-web/src/views/parameter/escalationlibrary/index.vue +++ b/jero-web/src/views/parameter/escalationlibrary/index.vue @@ -364,4 +364,11 @@ .add-text-text { margin-top: -14px; } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file diff --git a/jero-web/src/views/parameter/parameterexport/index.vue b/jero-web/src/views/parameter/parameterexport/index.vue index 6fbef4e94..0b7eaad78 100644 --- a/jero-web/src/views/parameter/parameterexport/index.vue +++ b/jero-web/src/views/parameter/parameterexport/index.vue @@ -464,4 +464,11 @@ export default { .add-text-text{ margin-top: -14px; } +::v-deep .ant-table-row:first-child { + background: #fff!important; +} + +::v-deep .ant-table-body { + background: transparent!important; +} \ No newline at end of file diff --git a/jero-web/src/views/parameter/parameterlist/index.vue b/jero-web/src/views/parameter/parameterlist/index.vue index dc7764ed3..e256d1914 100644 --- a/jero-web/src/views/parameter/parameterlist/index.vue +++ b/jero-web/src/views/parameter/parameterlist/index.vue @@ -510,4 +510,11 @@ export default { background: #fff; border-radius: 0 0 2px 2px; } +::v-deep .ant-table-row:first-child { + background: #fff!important; +} + +::v-deep .ant-table-body { + background: transparent!important; +} \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue index 97dcd2cda..55622d51d 100644 --- a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue +++ b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue @@ -561,6 +561,13 @@ text-justify: inter-ideograph; word-break: break-all } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file diff --git a/jero-web/src/views/regulationsKanban/index.vue b/jero-web/src/views/regulationsKanban/index.vue index 9f942898f..66a343b24 100644 --- a/jero-web/src/views/regulationsKanban/index.vue +++ b/jero-web/src/views/regulationsKanban/index.vue @@ -487,4 +487,11 @@ export default { .add-text-text { margin-top: -14px; } +::v-deep .ant-table-row:first-child { + background: #fff!important; +} + +::v-deep .ant-table-body { + background: transparent!important; +} diff --git a/jero-web/src/views/regulatoryEarlyWarning/index.vue b/jero-web/src/views/regulatoryEarlyWarning/index.vue index 4e9e49ab0..9406d3be9 100644 --- a/jero-web/src/views/regulatoryEarlyWarning/index.vue +++ b/jero-web/src/views/regulatoryEarlyWarning/index.vue @@ -340,4 +340,11 @@ text-align: right; margin-top: 20px; } + ::v-deep .ant-table-row:first-child { + background: #fff!important; + } + + ::v-deep .ant-table-body { + background: transparent!important; + } \ No newline at end of file