diff --git a/jero-web/src/components/viewFileModel/index.vue b/jero-web/src/components/viewFileModel/index.vue index 19a707125..1ebca4b9e 100644 --- a/jero-web/src/components/viewFileModel/index.vue +++ b/jero-web/src/components/viewFileModel/index.vue @@ -54,13 +54,13 @@ { title: this.$t('fileName'), dataIndex: 'fileName', - align: 'center', + align: 'left', width: 260, ellipsis: true }, { title: this.$t('operation'), - align: 'center', + align: 'left', width: 130, scopedSlots: { customRender: 'fileOperation' } } diff --git a/jero-web/src/views/documentManage/library/docDetail/index.vue b/jero-web/src/views/documentManage/library/docDetail/index.vue index f273308e3..a201b7ef7 100644 --- a/jero-web/src/views/documentManage/library/docDetail/index.vue +++ b/jero-web/src/views/documentManage/library/docDetail/index.vue @@ -293,7 +293,7 @@ { title: this.$t('standardName'), dataIndex: 'title', - align: 'center', + align: 'left', ellipsis: true, scopedSlots: { customRender: 'operation' } } @@ -302,13 +302,13 @@ { title: this.$t('fileName'), dataIndex: 'fileName', - align: 'center', + align: 'left', width: 260, ellipsis: true }, { title: this.$t('operation'), - align: 'center', + align: 'left', width: 130, scopedSlots: { customRender: 'fileOperation' } } diff --git a/jero-web/src/views/projectManagement/components/TaskList.vue b/jero-web/src/views/projectManagement/components/TaskList.vue index f8bda2c74..47eb73f9d 100644 --- a/jero-web/src/views/projectManagement/components/TaskList.vue +++ b/jero-web/src/views/projectManagement/components/TaskList.vue @@ -244,7 +244,7 @@ columns: [ { title: this.$t('number'), - align: 'center', + align: 'left', width: 70, customRender: function(t, r, index) { return parseInt(index) + 1 @@ -252,49 +252,49 @@ }, { title: this.$t('standardInformation'), - align: 'center', + align: 'left', dataIndex: 'standard', width: 202, scopedSlots: { customRender: 'standardInformation' } }, { title: this.$t('areaOfResponsibility'), - align: 'center', + align: 'left', width: 180, dataIndex: 'areaOfResponsibility', scopedSlots: { customRender: 'areaOfResponsibility' } }, { title: this.$t('confirmationOfDesignConformity'), - align: 'center', + align: 'left', width: 240, dataIndex: 'confirmationOfDesignConformity', scopedSlots: { customRender: 'confirmationOfDesignConformity' } }, { title: this.$t('PrehomoConfirmation'), - align: 'center', + align: 'left', width: 240, dataIndex: 'PrehomoConfirmation', scopedSlots: { customRender: 'PrehomoConfirmation' } }, { title: this.$t('verificationAndConformityconfirmation'), - align: 'center', + align: 'left', width: 240, dataIndex: 'verificationAndConformityconfirmation', scopedSlots: { customRender: 'verificationAndConformityconfirmation' } }, { title: this.$t('CertificationProgress'), - align: 'center', + align: 'left', width: 150, dataIndex: 'CertificationProgress', scopedSlots: { customRender: 'CertificationProgress' } }, { title: this.$t('CurrentStatus'), - align: 'center', + align: 'left', width: 150, dataIndex: 'CurrentProjectStatusEvaluation', scopedSlots: { customRender: 'CurrentProjectStatusEvaluation' } @@ -672,7 +672,7 @@ } .title-text { - width: 64px; + width: 110px; color: #000F16; display: inline-block; font-weight: 500; @@ -862,6 +862,10 @@ text-justify: inter-ideograph; word-break: break-all } + + ///deep/.taskTable .ant-table-thead > tr > th { + // font-weight: bolder; + //} \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/nonConformance.vue b/jero-web/src/views/projectManagement/components/nonConformance.vue index bac8f1274..327f543f5 100644 --- a/jero-web/src/views/projectManagement/components/nonConformance.vue +++ b/jero-web/src/views/projectManagement/components/nonConformance.vue @@ -96,7 +96,7 @@ columns: [ { title: this.$t('standard'), - align: 'center', + align: 'left', dataIndex: 'serialNumber', scopedSlots: { customRender: 'standard' }, ellipsis: true, @@ -104,7 +104,7 @@ }, { title: this.$t('title'), - align: 'center', + align: 'left', dataIndex: 'title', ellipsis: true, width: 180, @@ -112,35 +112,35 @@ }, { title: this.$t('ProcessType'), - align: 'center', + align: 'left', dataIndex: 'flowType', ellipsis: true, width: 180 }, { title: this.$t('areaOfResponsibility'), - align: 'center', + align: 'left', dataIndex: 'dutyTerritory', ellipsis: true, width: 180 }, { title: this.$t('problemType'), - align: 'center', + align: 'left', dataIndex: 'problemType', ellipsis: true, width: 180 }, { title: this.$t('Sponsor'), - align: 'center', + align: 'left', dataIndex: 'initiator', ellipsis: true, width: 140 }, { title: this.$t('personLiable'), - align: 'center', + align: 'left', dataIndex: 'duty', ellipsis: true, width: 140 @@ -300,7 +300,7 @@ } .title-text { - width: 32px; + width: 110px; color: #000F16; display: inline-block; font-weight: 500; @@ -341,4 +341,12 @@ text-justify: inter-ideograph; word-break: break-all } + + /deep/.ant-table-thead > tr > th { + font-weight: bolder; + } + + /*/deep/.ant-table-tbody > tr > td {*/ + /* color: #040B29 ;*/ + /*}*/ \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/transferList.vue b/jero-web/src/views/projectManagement/components/transferList.vue index 30f90c44b..c089917d2 100644 --- a/jero-web/src/views/projectManagement/components/transferList.vue +++ b/jero-web/src/views/projectManagement/components/transferList.vue @@ -78,25 +78,25 @@ { title: this.$t('VirtualListName'), dataIndex: 'name', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('instructionForUse'), dataIndex: 'useExplain', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('updateTime'), dataIndex: 'updateTime', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('creater'), dataIndex: 'createBy', - align: 'center', + align: 'left', ellipsis: true } ], diff --git a/jero-web/src/views/projectManagement/components/versionStatistics.vue b/jero-web/src/views/projectManagement/components/versionStatistics.vue index a8e087be0..7adb84e0f 100644 --- a/jero-web/src/views/projectManagement/components/versionStatistics.vue +++ b/jero-web/src/views/projectManagement/components/versionStatistics.vue @@ -76,14 +76,14 @@ { title: this.$t('VersionNumber'), dataIndex: 'projectVersion', - align: 'center', + align: 'left', ellipsis: true, width: 200 }, { title: this.$t('describe'), dataIndex: 'explanation', - align: 'center', + align: 'left', ellipsis: true, width: 500 } diff --git a/jero-web/src/views/projectManagement/projectLibrary/index.vue b/jero-web/src/views/projectManagement/projectLibrary/index.vue index 2d1d6d2e8..4421aa9b0 100644 --- a/jero-web/src/views/projectManagement/projectLibrary/index.vue +++ b/jero-web/src/views/projectManagement/projectLibrary/index.vue @@ -222,14 +222,14 @@ // }, { title: this.$t('StudioEngineer'), - align: 'center', + align: 'left', width: 180, ellipsis: true, dataIndex: 'studioEngineerName' }, { title: this.$t('explain'), - align: 'center', + align: 'left', width: 280, ellipsis: true, dataIndex: 'explanation' @@ -243,21 +243,21 @@ // }, { title: this.$t('ModelPlatform'), - align: 'center', + align: 'left', width: 180, ellipsis: true, dataIndex: 'vehiclePlatform' }, { title: this.$t('DigitalPlatform'), - align: 'center', + align: 'left', width: 180, ellipsis: true, dataIndex: 'digitalPlatform' }, { title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: 302, scopedSlots: { customRender: 'operation' }