From 9f37d8be0af45d1085975b854c6f0c6b7fe7d739 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 4 Jul 2024 16:11:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=85=E8=83=BD=E6=89=93=E5=BC=80=E4=B8=80?= =?UTF-8?q?=E4=B8=AApython=E9=A1=B5=E9=9D=A2=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 24 +++- src/components/TestPanel.vue | 8 +- src/util/index.js | 236 ++++++++++++++++++----------------- src/views/Home.vue | 41 +++--- 4 files changed, 159 insertions(+), 150 deletions(-) diff --git a/src/App.vue b/src/App.vue index 555611c..dd4c6d7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,9 +5,10 @@ @@ -32,9 +49,8 @@ export default { -moz-osx-font-smoothing: grayscale; color: #2c3e50; } + body { margin: 0; } - - diff --git a/src/components/TestPanel.vue b/src/components/TestPanel.vue index 0f62c3f..7e0d39b 100644 --- a/src/components/TestPanel.vue +++ b/src/components/TestPanel.vue @@ -164,7 +164,7 @@