From c8fd8db1fba28105b8bac8ac24ac613a6176a384 Mon Sep 17 00:00:00 2001 From: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Tue, 4 May 2021 00:33:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tools/OtherRunJS.vue | 134 +++++++++++++++++++++++++++- src/views/Tools.vue | 15 ++-- src/views/ToolsDetail.vue | 24 ++++- 3 files changed, 156 insertions(+), 17 deletions(-) diff --git a/src/components/tools/OtherRunJS.vue b/src/components/tools/OtherRunJS.vue index 758a71d..329511d 100644 --- a/src/components/tools/OtherRunJS.vue +++ b/src/components/tools/OtherRunJS.vue @@ -1,14 +1,142 @@ diff --git a/src/views/Tools.vue b/src/views/Tools.vue index b17045c..5471d38 100644 --- a/src/views/Tools.vue +++ b/src/views/Tools.vue @@ -23,13 +23,12 @@ - - -
- -
+ +
@@ -207,8 +206,4 @@ export default { } } } - -.tool-content { - padding: 0 2rem 2rem 2rem; -} diff --git a/src/views/ToolsDetail.vue b/src/views/ToolsDetail.vue index 1b5f39a..a15f5da 100644 --- a/src/views/ToolsDetail.vue +++ b/src/views/ToolsDetail.vue @@ -1,18 +1,17 @@