fix: Detection模块右侧tab的图标自适应居中

This commit is contained in:
刘洪洪
2022-11-15 18:33:07 +08:00
parent 820c86a3d3
commit 5a1f177ae1
2 changed files with 15 additions and 14 deletions

View File

@@ -7,9 +7,18 @@
justify-content: center;
align-items: flex-start;
margin-bottom: 1px;
padding-top: 18px;
//padding-top: 18px;
background-color: #EFF2F5;
.cn-detection__collapse-block {
min-height: 66px;
height: 100%;
max-height: 88px;
display: flex;
align-items: center;
cursor: pointer;
}
span {
transform: rotate(0);
transition: all linear .2s;