Skip to content

Commit

Permalink
fix:修复属性二级面板样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lichunn committed Nov 11, 2024
1 parent f135499 commit 7d531f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/theme/base/src/page/base-config-page.less
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ td {
}
}
}
&.fixed-left {
top: calc(24px + var(--base-nav-panel-width)) !important;
&.fixed-left.fixed-left {
top: var(--base-nav-panel-width) !important;
transform: translateX(calc(4px - var(--base-right-panel-width)));
height: calc(100% - 36px);
height: calc(100% - 40px);
}
}

0 comments on commit 7d531f4

Please sign in to comment.