diff --git a/package.json b/package.json index e0f782c0afd2b22f0c6db60170a200a3e3b976f5..f4248c658e8209114495509799e08017501de708 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 f1f97b5dc8b4810385202cb40b212d3c1d02ad21..2d3f41b3cb3079b8b599d47875b88a16cc68a4f6 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