Skip to content

Commit

Permalink
fix: 修改二级菜单显示不全问题 TencentBlueKing#158
Browse files Browse the repository at this point in the history
  • Loading branch information
v_yutyi committed Dec 15, 2021
1 parent f06bad0 commit 4b73ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/src/views/organization/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ export default {
const next = event.target.nextElementSibling;
next.style.left = `${calculateDistance.getOffsetLeft + 20}px`;
next.style.top = `${calculateDistance.getOffsetTop + 30}px`;
if (differ <= 198) {
if (differ <= 280) {
next.style.top = 'auto';
next.style.bottom = `${differ}px`;
}
Expand Down

0 comments on commit 4b73ab1

Please sign in to comment.