Skip to content

Commit

Permalink
styles(ma-tree): 优化 ma-tree 下的 .mine-tree-node 样式 (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo authored Dec 1, 2024
1 parent 1b3b8f0 commit 635b5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/assets/styles/resources/element.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
}

.mine-tree-node {
@apply flex items-center justify-between h-full pr-2 w-full;
@apply flex items-center justify-between h-full pr-2 w-full relative;

.label {
@apply flex items-center h-full gap-x-1.5;
}
.do {
@apply hidden;
@apply absolute right-3 hidden;
}
}

Expand Down

0 comments on commit 635b5ec

Please sign in to comment.