From 6a8ef1670adccb8b0e16f9851b5950138c7446fd Mon Sep 17 00:00:00 2001 From: qq_38870145 Date: Sat, 25 Nov 2023 22:03:00 +0800 Subject: [PATCH] Sat Nov 25 22:03:00 CST 2023 inscode --- package.json | 7 ++-- src/App.vue | 93 +++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 74 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index e0f782c..f4248c6 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,12 @@ "preview": "vite preview --port 4173" }, "dependencies": { - "guess": "^1.0.2", - "vue": "^3.2.37", "ant-design-vue": "^3.2.17", + "axios": "^1.2.2", "echarts": "^5.4.2", - "axios": "^1.2.2" + "guess": "^1.0.2", + "html2canvas": "^1.4.1", + "vue": "^3.2.37" }, "devDependencies": { "@vitejs/plugin-vue": "^3.0.1", diff --git a/src/App.vue b/src/App.vue index f1f97b5..2d3f41b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,13 +1,56 @@ + .container-main { + position: absolute; + width: 100vw; + height: 100vh; + padding: 10px; + margin: 0; + } + \ No newline at end of file -- GitLab