Skip to content

Commit f3059f8

Browse files
authored
Merge pull request #264 from APIParkLab/feature/1.6-cx
fix: Header navigation click range issue
2 parents 4e0239d + 0b0cd25 commit f3059f8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

frontend/packages/core/src/index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,15 @@ p{
666666
display: none;
667667
}
668668

669+
.apipark-layout-base-menu-horizontal-menu-item {
670+
padding-right: 0px !important;
671+
padding-left: 0px !important;
672+
}
673+
.apipark-layout-base-menu-horizontal-item-title {
674+
padding-left: 16px;
675+
padding-right: 16px;
676+
}
677+
669678
.ant-pro-table-list-toolbar-setting-items{
670679
position:absolute;
671680
top:18px;

0 commit comments

Comments
 (0)