From a6225407044ce37df35d95ddd353b672edbc5dbc Mon Sep 17 00:00:00 2001 From: algerkong Date: Tue, 9 Nov 2021 13:22:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4margin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/AppLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/AppLayout.vue b/src/layout/AppLayout.vue index 1a6a976..33ffa1d 100644 --- a/src/layout/AppLayout.vue +++ b/src/layout/AppLayout.vue @@ -55,7 +55,7 @@ const menus = store.state.menus; } .layout-main { - @apply bg-black rounded-lg mb-10 text-white shadow-xl flex-col relative; + @apply bg-black rounded-lg text-white shadow-xl flex-col relative; height: 900px; width: 1500px; overflow: hidden;