Skip to content

Commit

Permalink
fix: 修复在线会话监控页面布局遮挡问题
Browse files Browse the repository at this point in the history
  • Loading branch information
huailei000 authored and BaiJiangJie committed Sep 6, 2022
1 parent 8d8d225 commit 77ea05e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/pages/monitor/monitor.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
display: inline-block;
}

.nav li > p {
margin-bottom: -8px;
}

li p {
color: #f0f0f1;
font-family: Roboto,sans-serif;
Expand All @@ -30,6 +34,7 @@ li p {
text-decoration: none;
padding: 2px 15px;
height: 30px;
margin: 0;
}

iframe {
Expand Down

0 comments on commit 77ea05e

Please sign in to comment.