From f091e8224a3750b21d6e27696aafa7f1704b4bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Mon, 9 Jan 2023 09:29:14 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=8B=86=E5=88=86?= =?UTF-8?q?=E8=AF=A6=E6=83=85-=E6=89=B9=E9=87=8F=E8=AE=BE=E7=BD=AE-?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/SplitBatForm/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/components/SplitBatForm/index.vue b/jero-web/src/components/SplitBatForm/index.vue index 870d01399..acdf19cb9 100644 --- a/jero-web/src/components/SplitBatForm/index.vue +++ b/jero-web/src/components/SplitBatForm/index.vue @@ -549,7 +549,7 @@ width: 90px; text-align: right; display: inline-block; - font-weight: bold; + /*font-weight: bold;*/ font-size: 14px; margin-right: 16px; overflow: hidden; From a857f218ea9d9e5616713f2c166648e3638a829e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Mon, 9 Jan 2023 17:32:51 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/App.vue | 7 ++++++- jero-web/src/assets/less/common.less | 8 +++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/jero-web/src/App.vue b/jero-web/src/App.vue index de9e3a1dc..f9b8dce0d 100644 --- a/jero-web/src/App.vue +++ b/jero-web/src/App.vue @@ -179,11 +179,16 @@ height: 38px !important; } - .ant-table-column-title{ + .ant-table-column-title { font-weight: bold!important; } .ant-table-thead > tr > th { background: #f3f6f6!important; + padding: 12px 8px!important; + } + + .ant-table-tbody > tr > td { + padding: 12px 8px!important; } \ No newline at end of file diff --git a/jero-web/src/assets/less/common.less b/jero-web/src/assets/less/common.less index 8683c2b46..fb64ebded 100644 --- a/jero-web/src/assets/less/common.less +++ b/jero-web/src/assets/less/common.less @@ -123,13 +123,19 @@ border: 1px solid #0bd9d9!important; } -.ant-table-column-title{ +.ant-table-column-title { font-weight: bold!important; } .ant-table-thead > tr > th { background: #f3f6f6!important; + padding: 12px 8px!important; } + +.ant-table-tbody > tr > td { + padding: 12px 8px!important; +} + .ant-tooltip-inner { color: #333; background-color: #fff!important; From 332872f07689b19f8eb8997173a3bd861a08f0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Tue, 10 Jan 2023 09:59:35 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=B8=85=E5=8D=95-?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=A1=A8=E6=A0=BC=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projectManagement/components/TaskList.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/jero-web/src/views/projectManagement/components/TaskList.vue b/jero-web/src/views/projectManagement/components/TaskList.vue index 82c544d38..9450bc34c 100644 --- a/jero-web/src/views/projectManagement/components/TaskList.vue +++ b/jero-web/src/views/projectManagement/components/TaskList.vue @@ -876,6 +876,15 @@ ///deep/.taskTable .ant-table-thead > tr > th { // font-weight: bolder; //} + + /deep/ .ant-table-thead > tr > th { + background: #f3f6f6!important; + padding: 12px 16px!important; + } + + /deep/ .ant-table-tbody > tr > td { + padding: 16px 16px!important; + } \ No newline at end of file From b182261da0e8ab040e9f9041348188b14106c37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Tue, 10 Jan 2023 10:18:04 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E5=BE=85=E5=8A=9E=E4=B8=AD=E5=BF=83-?= =?UTF-8?q?=E6=B3=95=E8=A7=84=E8=AF=84=E4=BC=B0=E4=BB=BB=E5=8A=A1-?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=B1=85=E5=B7=A6=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/SentList.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue index 4f09ddeb8..1570b4de1 100644 --- a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue +++ b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue @@ -53,7 +53,7 @@ columns: [ { title: this.$t('standardInformation'), - align: 'center', + align: 'left', dataIndex: 'standardInfo', scopedSlots: { customRender: 'standardInformation' }, ellipsis: true, @@ -61,42 +61,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' } From 19fd59fb4a868fb23988ec20c573ae38d9081732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Tue, 10 Jan 2023 11:25:23 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=8B=86=E5=88=86-?= =?UTF-8?q?=E6=8B=86=E5=88=86=E5=B7=B2=E5=85=A5=E5=BA=93=E6=96=87=E6=9C=AC?= =?UTF-8?q?-=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/searchalonetext/index.vue | 4 ++-- .../src/views/documentManage/splitting/modules/SplitText.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jero-web/src/components/searchalonetext/index.vue b/jero-web/src/components/searchalonetext/index.vue index fe5d71cf0..273281bf0 100644 --- a/jero-web/src/components/searchalonetext/index.vue +++ b/jero-web/src/components/searchalonetext/index.vue @@ -1,7 +1,7 @@