From 67bb30c10c6f8570436018541a6facc83e2016d3 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com> Date: Wed, 22 Mar 2023 11:56:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=BC=96=E8=BE=91=EF=BC=8C=E5=BF=AB=E6=8D=B7=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=20BUG=20(#355)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/layout/layout-content.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/layout/layout-content.vue b/frontend/src/layout/layout-content.vue index d7138566e..7f73876d8 100644 --- a/frontend/src/layout/layout-content.vue +++ b/frontend/src/layout/layout-content.vue @@ -120,10 +120,6 @@ const showBack = computed(() => { margin-top: 20px; } -.main { - margin-top: 20px; -} - .prompt { margin-top: 10px; }