Skip to content

Commit

Permalink
fix: tree view styling
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed May 17, 2024
1 parent eee25a4 commit b865ebd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/custom/CCTreeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,11 @@ export default {
} */
.tree-item-name {
width: 160px;
}
.tree-item-value {
color: #666;
padding-left: 5px;
}
.v-treeview::v-deep .v-treeview-node__root {
Expand Down

0 comments on commit b865ebd

Please sign in to comment.