Skip to content

Commit 3db0789

Browse files
committed
refactor: resource tree style change
1 parent 1d2982d commit 3db0789

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

frontend/src/views/dashboard/common/ResourceTree.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -600,14 +600,10 @@ defineExpose({
600600

601601
<style lang="less">
602602
.tree-sort-menu-custom {
603-
padding: 0 4px !important;
603+
padding: 4px !important;
604604
li {
605605
border-radius: 4px;
606606
padding: 0 8px !important;
607-
&:hover {
608-
// color: var(--primary-color);
609-
background-color: rgba(31, 35, 41, 0.1) !important;
610-
}
611607
}
612608
}
613609
.menu-outer-dv_popper {
@@ -645,6 +641,6 @@ defineExpose({
645641
.sort_menu {
646642
color: rgba(143, 149, 158, 1);
647643
font-size: 14px;
648-
margin-left: 12px;
644+
margin-left: 8px;
649645
}
650646
</style>

0 commit comments

Comments
 (0)