Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Nov 11, 2024
1 parent e091cc7 commit 70baa9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/applet/src/components/tree/TreeViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function select(id: string) {
<span v-else pl5 />
<span font-state-field text-3.5>
<span v-if="withTag" class="text-gray-400 dark:text-gray-600 group-hover:(text-white op50) [.active_&]:(op50 text-white!)">&lt;</span>
<span class="ws-nowrap text-green-500 dark:text-green-600 group-hover:text-white [.active_&]:text-white!">{{ normalizeLabel(item) }}</span>
<span group-hover:text-white class="ws-nowrap [.active_&]:(text-white)">{{ normalizeLabel(item) }}</span>
<!-- @vue-expect-error skip type check -->
<span
v-if="(item.renderKey === 0 || !!item.renderKey) && item.renderKey !== UNDEFINED"
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/src/modules/components/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ function toggleApp(id: string) {
<!-- component name -->
<span v-if="activeTreeNode?.name" class="font-state-field flex items-center px-1 text-3.5">
<span class="text-gray-400 dark:text-gray-600">&lt;</span>
<span group-hover:text-white class="max-w-40 of-hidden text-ellipsis ws-nowrap text-green-500 dark:text-green-600 [.active_&]:(text-white!)">{{ activeTreeNode.name }}</span>
<span group-hover:text-white class="max-w-40 of-hidden text-ellipsis ws-nowrap [.active_&]:(text-white)">{{ activeTreeNode.name }}</span>
<span class="text-gray-400 dark:text-gray-600">&gt;</span>
</span>

Expand Down

0 comments on commit 70baa9b

Please sign in to comment.