修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-18 17:58:49 +08:00
parent 0d02f004f3
commit 933918db33
3 changed files with 13 additions and 8 deletions
@@ -53,7 +53,6 @@
@change="changeTree"
:getPopupContainer="triggerNode=> triggerNode.parentNode"
class="box-input"
style="width: 100%"
:tree-data="chapterContentsList"
tree-checkable
:placeholder="$t('PleaseSelect')+$t('chapterContents')"
@@ -410,5 +409,6 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-break: break-word;
}
</style>