feat: support markmap svg export and download as png image

This commit is contained in:
RockYang
2024-04-22 14:20:51 +08:00
parent 8a1c55c731
commit 9eb1353455
5 changed files with 67 additions and 11 deletions

View File

@@ -135,9 +135,10 @@ onMounted(() => {
}
.content {
width: 100%;
height: 100vh;
box-sizing: border-box;
width: 100%
height: 100vh
box-sizing: border-box
background-color #282c34
}
}