feat: Add Export in some menu

fix: Left menu height
fix: Export csv when double quotation marks in data
This commit is contained in:
lejianwen
2025-06-15 17:16:27 +08:00
parent 42cc3974d4
commit fc7e0595a1
12 changed files with 84 additions and 4286 deletions
+4 -1
View File
@@ -13,5 +13,8 @@
})
</script>
<style scoped>
<style scoped lang="scss">
.scroll-sidebar {
background-color: #2d3a4b;
}
</style>
-1
View File
@@ -60,7 +60,6 @@
}
.app-left {
height: 100%;
transition: width 0.5s;
}