fix: dashboard下钻页面实体跳转按钮样式调整

This commit is contained in:
刘洪洪
2023-08-08 17:52:31 +08:00
parent a221b3205b
commit bbf26e8751

View File

@@ -57,16 +57,19 @@
}
.panel-show-detail {
width: 24px;
width: 18px;
height: 24px;
line-height: 24px;
margin-left: 10px;
margin-top: 1px;
margin-top: 2px;
display: flex;
align-items: center;
i {
font-size: 22px;
font-size: 18px;
cursor: pointer;
color: #626262;
font-weight: 500;
}
}
}