From 9d8889268f81bd36c6b7b466153072567d34fff1 Mon Sep 17 00:00:00 2001 From: Frankie Huang Date: Wed, 30 Apr 2025 01:22:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 ++-- src/components/MainEditor.vue | 54 +++++++++++++++++++++++++++++++---- 2 files changed, 51 insertions(+), 9 deletions(-) diff --git a/src/App.vue b/src/App.vue index 182c63a..0d28f19 100644 --- a/src/App.vue +++ b/src/App.vue @@ -158,9 +158,9 @@ body { } .split-trigger { - width: 5px; + width: 2px; height: 100vh; - background-color: gray; + background-color: #e6e6e6; } .split-trigger:hover { @@ -168,7 +168,7 @@ body { } .split-right { - margin-left: 5px; + margin-left: 2px; } .hidden { diff --git a/src/components/MainEditor.vue b/src/components/MainEditor.vue index c5e7715..88e6e57 100644 --- a/src/components/MainEditor.vue +++ b/src/components/MainEditor.vue @@ -2,8 +2,9 @@ @@ -29,7 +52,7 @@
@@ -38,7 +61,7 @@