Browse Source

TopNav更多菜单arrow样式优化

RuoYi 1 year ago
parent
commit
54ad578ec0
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/components/TopNav/index.vue

+ 8 - 0
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;
+}
 </style>