From 54ad578ec0505aeeabd0e79b0231f325a9412d21 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Thu, 31 Aug 2023 18:00:47 +0800 Subject: [PATCH] =?UTF-8?q?TopNav=E6=9B=B4=E5=A4=9A=E8=8F=9C=E5=8D=95arrow?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TopNav/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/TopNav/index.vue b/src/components/TopNav/index.vue index b93f585..efd6b9c 100644 --- a/src/components/TopNav/index.vue +++ b/src/components/TopNav/index.vue @@ -202,4 +202,12 @@ onMounted(() => { .topmenu-container .svg-icon { margin-right: 4px; } + +/* topmenu more arrow */ +.topmenu-container .el-sub-menu .el-sub-menu__icon-arrow { + position: static; + vertical-align: middle; + margin-left: 8px; + margin-top: 0px; +}