修复分支菜单按钮溢出

This commit is contained in:
lutinglt
2025-01-11 20:17:11 +08:00
parent 1078e4e73a
commit 63b2f3fa7b
2 changed files with 3 additions and 2 deletions

View File

@@ -139,7 +139,7 @@
}
.scrolling.menu .item {
padding: 6px 0px 6px 16px !important;
padding: 6px 16px !important;
// 分支菜单下划线
&:before {
@@ -172,6 +172,7 @@
.ui.label {
margin-top: 1px;
margin-left: auto;
margin-right: 0;
}
}
}