From ec3cf91b3c2fc175e45ba98ecd2658e8e0203b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 26 Nov 2021 22:30:59 +0800 Subject: [PATCH] Update layout.vue --- static/template/layout.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/static/template/layout.vue b/static/template/layout.vue index 3cb0140d1..769ef1423 100644 --- a/static/template/layout.vue +++ b/static/template/layout.vue @@ -111,7 +111,7 @@ body > .el-container { } } -.layout-head .el-menu { +.layout-head.el-menu { .el-menu-item:not(.is-disabled) { border-bottom: 0 !important; @@ -201,9 +201,6 @@ export default { {name: 'FOR', title: 'SHOW-FOR-LIST', subs: []}, ] } - }, - created() { - }, - methods: {} + } }