Skip to content

Commit

Permalink
style: 微调 icon 图标以及 搜索框样式
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoJiSen committed May 31, 2024
1 parent afec11b commit 6c5cb36
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/app/elements/asset-tree/asset-tree.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,16 @@
// 刷新按钮不需要 padding-right
.fa-refresh.tree-banner-icon {
padding-right: 0;
margin-top: 3px;
margin-top: 2px;
}

// 批量操作按钮需要给一些 padding-top 使得看上去垂直居中
.fa-square-o.tree-banner-icon {
padding-top: 4px;
padding-top: 2px;
}

.fa-check-square.tree-banner-icon {
padding-top: 2px;
}

.tree-banner-icon {
Expand All @@ -85,7 +89,6 @@
display: flex;
align-items: center;
position: relative;
margin-top: 4px;
transition: .25s;
overflow: hidden;

Expand All @@ -98,7 +101,7 @@
outline: none;
border-radius: 10px;
color: var(--el-menu-text-color);
transition: all .5s ease-in-out;
transition: all .4s ease-in-out;
}

&.active {
Expand Down

0 comments on commit 6c5cb36

Please sign in to comment.