菜单导航设置支持纯顶部

This commit is contained in:
RuoYi
2025-12-16 11:41:45 +08:00
parent 168ad6a3b6
commit 73efecc5c2
10 changed files with 276 additions and 33 deletions
-1
View File
@@ -88,7 +88,6 @@ getBreadcrumb()
display: inline-block;
font-size: 14px;
line-height: 50px;
margin-left: 8px;
.no-redirect {
color: #97a8be;
+2 -4
View File
@@ -175,7 +175,7 @@ onMounted(() => {
float: left;
height: 50px !important;
line-height: 50px !important;
color: #999093 !important;
color: #303133 !important;
padding: 0 5px !important;
margin: 0 10px !important;
}
@@ -190,7 +190,7 @@ onMounted(() => {
float: left;
height: 50px !important;
line-height: 50px !important;
color: #999093 !important;
color: #303133 !important;
padding: 0 5px !important;
margin: 0 10px !important;
}
@@ -212,6 +212,4 @@ onMounted(() => {
margin-left: 8px;
margin-top: 0px;
}
</style>