From 0d0d474de8b3fe147acdb30ac7435d19bac9f68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Wed, 11 Jan 2023 14:49:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=A1=A8=E5=A4=B4=E4=B8=8E?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=86=85=E5=AE=B9=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 | 6 ++++-- jero-web/src/assets/less/common.less | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/jero-web/src/App.vue b/jero-web/src/App.vue index f9b8dce0d..30f960492 100644 --- a/jero-web/src/App.vue +++ b/jero-web/src/App.vue @@ -185,10 +185,12 @@ .ant-table-thead > tr > th { background: #f3f6f6!important; - padding: 12px 8px!important; + padding-top: 12px!important; + padding-bottom: 12px!important; } .ant-table-tbody > tr > td { - padding: 12px 8px!important; + padding-top: 12px!important; + padding-bottom: 12px!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 fb64ebded..0804540e0 100644 --- a/jero-web/src/assets/less/common.less +++ b/jero-web/src/assets/less/common.less @@ -129,11 +129,13 @@ .ant-table-thead > tr > th { background: #f3f6f6!important; - padding: 12px 8px!important; + padding-top: 12px!important; + padding-bottom: 12px!important; } .ant-table-tbody > tr > td { - padding: 12px 8px!important; + padding-top: 12px!important; + padding-bottom: 12px!important; } .ant-tooltip-inner {