fix: tree copy and tasklist style

This commit is contained in:
engigu
2026-02-26 21:41:57 +08:00
parent b127d7a3d5
commit 789a538557
4 changed files with 63 additions and 28 deletions
+2 -5
View File
@@ -22,11 +22,8 @@ function handleClick() {
</script>
<template>
<span
class="truncate block cursor-pointer hover:text-primary"
:title="text || '-'"
@click="handleClick"
>
<span v-bind="$attrs" class="truncate block cursor-pointer hover:text-primary" :title="text || '-'"
@click="handleClick">
{{ text || '-' }}
</span>