Skip to content

Commit

Permalink
Fixed the issues similar to #2127 on the alert center page. (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwin612 authored Jun 25, 2024
1 parent 3387761 commit a10c2bf
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,13 @@
<button style="margin-right: 25px; float: right" nz-button nzType="primary" (click)="loadAlertsTable()" class="mobile-hide">
{{ 'common.search' | i18n }}
</button>
<input
style="margin-right: 5px; float: right; width: 200px; border-radius: 9px; text-align: center"
nz-input
type="text"
[placeholder]="'alert.center.search' | i18n"
nzSize="default"
(keyup.enter)="loadAlertsTable()"
[(ngModel)]="filterContent"
<app-multi-func-input
groupStyle="margin-right: 5px; float: right; width: 200px; border-radius: 9px;"
inputStyle="text-align: center"
class="mobile-hide"
[placeholder]="'alert.center.search' | i18n"
[(value)]="filterContent"
(valueChange)="loadAlertsTable()"
/>
<nz-select
class="mobile-hide"
Expand Down

0 comments on commit a10c2bf

Please sign in to comment.