0531
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user