화면수정

This commit is contained in:
이담 정 2022-09-30 04:04:33 +00:00
parent 194a720103
commit 063906493d
3 changed files with 5 additions and 4 deletions

View File

@ -104,8 +104,9 @@
</div>
<div class="font-medium">
<button (click)="__onClickMessage($event)">
<mat-icon svgIcon="email-outline"></mat-icon></button
>(0)
<mat-icon svgIcon="email-outline" color="primary"></mat-icon>
</button>
<span style="position: absolute">(0)</span>
</div>
</div>
</div>

View File

@ -46,7 +46,7 @@
class="example-element-row"
[class.example-expanded-row]="expandedElement === element"
(click)="expandedElement = expandedElement === element ? null : element"
style="cursor: default"
style="cursor: default; font-weight: bold"
>
</mat-row>
<mat-row

View File

@ -48,7 +48,7 @@
class="example-element-row"
[class.example-expanded-row]="expandedElement === element"
(click)="expandedElement = expandedElement === element ? null : element"
style="cursor: default"
style="cursor: default; font-weight: bold"
>
</mat-row>
<mat-row