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] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=B8=85=E5=8D=95-=E7=B3=BB?= =?UTF-8?q?=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