diff --git a/jero-web/src/views/documentManage/library/docDetail/index.vue b/jero-web/src/views/documentManage/library/docDetail/index.vue index a201b7ef7..042865733 100644 --- a/jero-web/src/views/documentManage/library/docDetail/index.vue +++ b/jero-web/src/views/documentManage/library/docDetail/index.vue @@ -819,10 +819,12 @@ cursor: pointer; } - /deep/.table .ant-table-thead > tr > th { - font-weight: bolder; - } - + ///deep/.table .ant-table-thead > tr > th { + // font-weight: bolder; + //} + ///deep/.ant-table-thead > tr > th { + // background: #f3f6f6; + //} ///deep/.table .ant-table-tbody > tr > td { // color: #040B29 ; //} diff --git a/jero-web/src/views/processCenter/components/circulationHistory.vue b/jero-web/src/views/processCenter/components/circulationHistory.vue index c05bcabbd..914ec232c 100644 --- a/jero-web/src/views/processCenter/components/circulationHistory.vue +++ b/jero-web/src/views/processCenter/components/circulationHistory.vue @@ -43,32 +43,32 @@ { title: this.$t('OperationNode'), dataIndex: 'name', - align: 'center', + align: 'left', width:'20%', }, { title: this.$t('Operator'), dataIndex: 'assignee', - align: 'center', + align: 'left', width:'20%', }, { title: this.$t('result'), dataIndex: 'approvalResult', - align: 'center', + align: 'left', width:'20%', scopedSlots: { customRender: 'approvalResult' } }, { title: this.$t('opinion'), dataIndex: 'approvalOpinion', - align: 'center', + align: 'left', width:'20%', }, { title: this.$t('OperationTime'), dataIndex: 'createTime', - align: 'center', + align: 'left', width:'20%', customRender: function(t, r, index) { return moment(t).format('YYYY-MM-DD HH:mm:ss') @@ -95,6 +95,7 @@ \ No newline at end of file diff --git a/jero-web/src/views/processCenter/components/taskCirculationHistory.vue b/jero-web/src/views/processCenter/components/taskCirculationHistory.vue index c474671e7..2f3375a25 100644 --- a/jero-web/src/views/processCenter/components/taskCirculationHistory.vue +++ b/jero-web/src/views/processCenter/components/taskCirculationHistory.vue @@ -98,6 +98,7 @@ \ No newline at end of file diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/SentList.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/SentList.vue index a282c6bd0..71260b266 100644 --- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/SentList.vue +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/SentList.vue @@ -54,7 +54,7 @@ columns: [ { title: this.$t('RelatedItems'), - align: 'center', + align: 'left', dataIndex: 'projectName', scopedSlots: { customRender: 'RelatedItems' }, ellipsis: true, @@ -62,7 +62,7 @@ }, { title: this.$t('standardInformation'), - align: 'center', + align: 'left', dataIndex: 'standardInfo', scopedSlots: { customRender: 'standardInformation' }, ellipsis: true, @@ -70,42 +70,42 @@ }, { title: this.$t('taskType'), - align: 'center', + align: 'left', dataIndex: 'flowTypeShow', ellipsis: true, width: 170 }, { title: this.$t('LastProcessor'), - align: 'center', + align: 'left', dataIndex: 'lastAssigneeName', ellipsis: true, width: 170 }, { title: this.$t('CurrentProcessor'), - align: 'center', + align: 'left', dataIndex: 'assigneeName', ellipsis: true, width: 170 }, { title: this.$t('TaskCutOffTime'), - align: 'center', + align: 'left', dataIndex: 'endTime', ellipsis: true, width: 170 }, { title: this.$t('taskStatus'), - align: 'center', + align: 'left', dataIndex: 'statusShow', ellipsis: true, width: 170 }, { title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: 120, scopedSlots: { customRender: 'operation' } @@ -343,6 +343,7 @@ \ No newline at end of file diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue index 118d34cae..bdce2d3ec 100644 --- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue @@ -55,7 +55,7 @@ columns: [ { title: this.$t('RelatedItems'), - align: 'center', + align: 'left', dataIndex: 'projectName', ellipsis: true, scopedSlots: { customRender: 'RelatedItems' }, @@ -63,7 +63,7 @@ }, { title: this.$t('standardInformation'), - align: 'center', + align: 'left', dataIndex: 'standardInfo', ellipsis: true, scopedSlots: { customRender: 'standardInformation' }, @@ -71,21 +71,21 @@ }, { title: this.$t('taskType'), - align: 'center', + align: 'left', dataIndex: 'flowTypeShow', ellipsis: true, width: 170 }, { title: this.$t('Sponsor'), - align: 'center', + align: 'left', dataIndex: 'createBy', ellipsis: true, width: 170 }, { title: this.$t('TaskCutOffTime'), - align: 'center', + align: 'left', dataIndex: 'endTime', ellipsis: true, width: 170, @@ -93,14 +93,14 @@ }, { title: this.$t('taskStatus'), - align: 'center', + align: 'left', dataIndex: 'statusShow', ellipsis: true, width: 170 }, { title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: 120, scopedSlots: { customRender: 'operation' } @@ -327,6 +327,7 @@