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 6807f7e88a
commit dacdd6fe74
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
}
}