Skip to content

Commit

Permalink
apply review
Browse files Browse the repository at this point in the history
  • Loading branch information
BillionaireDY committed Jan 3, 2023
1 parent 7296550 commit 7322dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@
.l-alarm-rules-tr-wrap {
height: 100%;
position: relative;
overflow-y: scroll;
overflow-y: auto;
}

.l-alarm-rules-th {
overflow-y: scroll;
display: flex;
height: 30px;
position: relative;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
class="child-link-title"

>
<a *ngIf="item.path" routerLink="{{item.path}}">
<a *ngIf="item.path" (click)="onClickItem($event, item)" style="cursor: pointer;">
{{item.title}}
</a>
<span *ngIf="!item.path">{{item.title}}</span>
Expand Down

0 comments on commit 7322dc6

Please sign in to comment.