From 6f80d439c3b86af6c8b95b6d53f4af66d50767b2 Mon Sep 17 00:00:00 2001 From: hc1913847458 <1422588487@qq.com> Date: Fri, 3 Sep 2021 17:57:49 +0800 Subject: [PATCH] issue --- src/forge/Branch/branch.css | 2 +- src/forge/Branch/branch.scss | 2 +- src/forge/Main/Index.scss | 4 ++-- src/forge/Main/list.css | 2 +- src/forge/Main/list.scss | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/forge/Branch/branch.css b/src/forge/Branch/branch.css index 1c243d9b8..a1144ac18 100644 --- a/src/forge/Branch/branch.css +++ b/src/forge/Branch/branch.css @@ -56,7 +56,7 @@ .branch-tagBox { border: 1px solid #D0D0D0; border-radius: 3px; - height: 36px; + height: 32px; display: flex; align-items: center; cursor: pointer; diff --git a/src/forge/Branch/branch.scss b/src/forge/Branch/branch.scss index 74f52e545..b0f8ca2c9 100644 --- a/src/forge/Branch/branch.scss +++ b/src/forge/Branch/branch.scss @@ -48,7 +48,7 @@ .branch-tagBox{ border:1px solid #D0D0D0; border-radius: 3px; - height: 36px; + height: 32px; display: flex; align-items: center; cursor: pointer; diff --git a/src/forge/Main/Index.scss b/src/forge/Main/Index.scss index d6331066c..e09b11bed 100644 --- a/src/forge/Main/Index.scss +++ b/src/forge/Main/Index.scss @@ -113,8 +113,8 @@ margin-right: -5px; } .ant-btn{ - height: 36px; - line-height: 34px; + height: 32px; + line-height: 32px; width: 83px; text-align: center; padding:0px ; diff --git a/src/forge/Main/list.css b/src/forge/Main/list.css index f84886d5c..23d22d726 100644 --- a/src/forge/Main/list.css +++ b/src/forge/Main/list.css @@ -317,7 +317,7 @@ } .detail_tag_btn { - height: 34px; + height: 32px; line-height: 32px; border-radius: 5px; border: 1px solid #D0D0D0; diff --git a/src/forge/Main/list.scss b/src/forge/Main/list.scss index e426a52d9..5c8426601 100644 --- a/src/forge/Main/list.scss +++ b/src/forge/Main/list.scss @@ -270,7 +270,7 @@ } } .detail_tag_btn{ - height:34px; + height:32px; line-height: 32px; border-radius:5px; border:1px solid #D0D0D0;