Skip to content

Commit

Permalink
perf: 优化资产树多资产时样式兼容显示
Browse files Browse the repository at this point in the history
  • Loading branch information
huailei000 committed Jun 13, 2023
1 parent d331b82 commit 24b6fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/elements/asset-tree/asset-tree.component.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.tree-container {
display: flex;
flex-direction: column;
height: calc(100% - 31px);
height: 100%;
}

.tree-refresh .fa {
Expand Down Expand Up @@ -200,7 +200,7 @@ tr:hover {
}

.expand-tree {
height: 100%;
height: calc(100% - 31px);
}

.tree-type .tree-search {
Expand Down

0 comments on commit 24b6fbb

Please sign in to comment.