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] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=A1=A8=E6=A0=BC=E9=AB=98?= =?UTF-8?q?=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;