From bf564e8e9b2111161d7f9bb4914e28955bcaf806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=B4=81?= <209192278@qq.com> Date: Thu, 7 Dec 2023 21:21:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81=20:=20=E9=80=82=E9=85=8D?= =?UTF-8?q?=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/App.vue | 26 +++++++++++++++++++++++++- src/views/home/index.vue | 4 ++-- src/views/login/index.vue | 2 +- src/views/tunnel/index.vue | 34 ++++++++++++++++++++++++++++++++-- 5 files changed, 61 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 033d4ca..6ee804c 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", + "autofit.js": "^3.0.4", "axios": "^1.4.0", "echarts": "^5.4.2", "element-plus": "^2.3.5", diff --git a/src/App.vue b/src/App.vue index 3411ad5..58268a8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,31 @@ diff --git a/src/views/home/index.vue b/src/views/home/index.vue index a7423be..689481f 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,5 +1,5 @@