This commit is contained in:
2024-05-31 18:29:29 +08:00
parent 5a67d60937
commit 607dcde7b0
11 changed files with 853 additions and 459 deletions

View File

@@ -20,7 +20,7 @@
</a-button>
</a-popconfirm>
<a-tree
class="h-10/12 select-none"
class="h-10/12 select-none my-arco-wrap-class"
:data="treeData"
size="mini"
checkable
@@ -1057,4 +1057,9 @@ const problemRoundRef = ref(null)
.myhcalc {
height: calc(100% - 60px);
}
.my-arco-wrap-class :deep(.arco-tree-node-title-text) {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
</style>