diff --git a/src/forge/Branch/branch.css b/src/forge/Branch/branch.css index 1c243d9b..a1144ac1 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 74f52e54..b0f8ca2c 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 d6331066..e09b11be 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 f84886d5..23d22d72 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 e426a52d..5c842660 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;