From 604868223204edd60e5f0706263429b53784dde6 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Wed, 17 Jan 2024 17:05:03 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=A0=91):=20=E5=8E=BB=E6=8E=89=E6=8F=8F=E8=BE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/layout/components/Menu.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/core-frontend/src/layout/components/Menu.vue b/core/core-frontend/src/layout/components/Menu.vue index 4b8fe233b5..c3875e0f82 100644 --- a/core/core-frontend/src/layout/components/Menu.vue +++ b/core/core-frontend/src/layout/components/Menu.vue @@ -40,4 +40,7 @@ const menuSelect = (index: string, indexPath: string[]) => { width: 100%; min-height: 400px; } +.ed-menu { + border: none; +}