From 433f8200c79ea0be3cfd5690fd182ef79e8d73c8 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Fri, 10 Feb 2023 02:23:57 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E5=B8=B8=E7=94=A8=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/common.scss | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/src/assets/common.scss b/src/assets/common.scss index 12301d5..542c3e7 100644 --- a/src/assets/common.scss +++ b/src/assets/common.scss @@ -121,4 +121,38 @@ body{ } } } -} \ No newline at end of file + .ant-input-wrapper{ + .ant-input-group-addon{ + border-radius: 0 20px 20px 0; + } + } +} +.ant-form{ + .ant-form-item{ + .ant-form-item-label{ + text-align: center; + } + } +} +.ant-tabs{ + &.ant-tabs-left{ + .ant-tabs-tab{ + text-align: center; + } + } +} + .ant-table { + // 表头 + .ant-table-header { + // &.ant-table-hide-scrollbar{ + // padding-right: 0 !important; + // } + thead { + tr { + th { + padding: 14px 16px; + } + } + } + } + } \ No newline at end of file -- Gitee From 42f7802965c46f4a1031aa5989ed0a92345d9502 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Fri, 10 Feb 2023 02:24:43 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E5=B8=B8=E7=94=A8=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/common.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/assets/common.scss b/src/assets/common.scss index 542c3e7..0d93fb5 100644 --- a/src/assets/common.scss +++ b/src/assets/common.scss @@ -142,11 +142,7 @@ body{ } } .ant-table { - // 表头 .ant-table-header { - // &.ant-table-hide-scrollbar{ - // padding-right: 0 !important; - // } thead { tr { th { -- Gitee