Skip to content

uniapp中引入jsmind时, 思维导图的线 和 结点 会分开显示, 不在一起 #535

Description

@flightsnow

使用uniapp引入了jsmind, 想实现jsmind.online中显示的app效果.
但是最终效果是: 思维导图的线单独显示在上面, 所有结点单独显示在下面.
样式代码为:
`<style scoped>
.scrollable-container {
width: 100%;
overflow-x: auto;
}
.jsmind-container {
height: 700px;
border: solid 1px #ccc;
}
</style>

`

搜狗截图20231118021902

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions