Skip to content

Commit

Permalink
fix:fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
lichunn committed Nov 12, 2024
1 parent 7d531f4 commit 0b3bdc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/theme/base/src/page/base-config-page.less
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ td {
}
}
&.fixed-left.fixed-left {
top: var(--base-nav-panel-width) !important;
top: var(--base-top-panel-height) !important;
transform: translateX(calc(4px - var(--base-right-panel-width)));
height: calc(100% - 40px);
height: calc(100% - var(--base-top-panel-height));
}
}

0 comments on commit 0b3bdc0

Please sign in to comment.