fix: 修复实体关系ip列表的按钮宽度异常的问题

This commit is contained in:
刘洪洪
2023-06-30 15:33:00 +08:00
parent 76b409d95d
commit e474003376
2 changed files with 9 additions and 11 deletions

View File

@@ -40,11 +40,10 @@ $font-size: 12px;
margin-bottom: 24px;
.graph-list-expand-btn {
width: 90px;
height: 28px;
line-height: 28px;
background: #38ACD2;
border-radius: 4px;
border-radius: 3px;
font-size: 12px;
color: #FFFFFF;
display: flex;
@@ -52,8 +51,9 @@ $font-size: 12px;
justify-content: center;
font-family: NotoSansHans-Medium;
font-weight: 500;
padding: 10px 0;
padding: 14px 10px;
cursor: pointer;
border: 1px solid rgba(46,136,166,0.85);
i {
font-size: 16px;