This commit is contained in:
hc1913847458 2021-09-03 17:57:49 +08:00 committed by caishi
parent 6696222c02
commit 6f80d439c3
5 changed files with 6 additions and 6 deletions

View File

@ -56,7 +56,7 @@
.branch-tagBox {
border: 1px solid #D0D0D0;
border-radius: 3px;
height: 36px;
height: 32px;
display: flex;
align-items: center;
cursor: pointer;

View File

@ -48,7 +48,7 @@
.branch-tagBox{
border:1px solid #D0D0D0;
border-radius: 3px;
height: 36px;
height: 32px;
display: flex;
align-items: center;
cursor: pointer;

View File

@ -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 ;

View File

@ -317,7 +317,7 @@
}
.detail_tag_btn {
height: 34px;
height: 32px;
line-height: 32px;
border-radius: 5px;
border: 1px solid #D0D0D0;

View File

@ -270,7 +270,7 @@
}
}
.detail_tag_btn{
height:34px;
height:32px;
line-height: 32px;
border-radius:5px;
border:1px solid #D0D0D0;