화면수정
This commit is contained in:
parent
194a720103
commit
063906493d
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user