화면수정
This commit is contained in:
parent
194a720103
commit
063906493d
|
@ -104,8 +104,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="font-medium">
|
<div class="font-medium">
|
||||||
<button (click)="__onClickMessage($event)">
|
<button (click)="__onClickMessage($event)">
|
||||||
<mat-icon svgIcon="email-outline"></mat-icon></button
|
<mat-icon svgIcon="email-outline" color="primary"></mat-icon>
|
||||||
>(0)
|
</button>
|
||||||
|
<span style="position: absolute">(0)</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
class="example-element-row"
|
class="example-element-row"
|
||||||
[class.example-expanded-row]="expandedElement === element"
|
[class.example-expanded-row]="expandedElement === element"
|
||||||
(click)="expandedElement = expandedElement === element ? null : element"
|
(click)="expandedElement = expandedElement === element ? null : element"
|
||||||
style="cursor: default"
|
style="cursor: default; font-weight: bold"
|
||||||
>
|
>
|
||||||
</mat-row>
|
</mat-row>
|
||||||
<mat-row
|
<mat-row
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
class="example-element-row"
|
class="example-element-row"
|
||||||
[class.example-expanded-row]="expandedElement === element"
|
[class.example-expanded-row]="expandedElement === element"
|
||||||
(click)="expandedElement = expandedElement === element ? null : element"
|
(click)="expandedElement = expandedElement === element ? null : element"
|
||||||
style="cursor: default"
|
style="cursor: default; font-weight: bold"
|
||||||
>
|
>
|
||||||
</mat-row>
|
</mat-row>
|
||||||
<mat-row
|
<mat-row
|
||||||
|
|
Loading…
Reference in New Issue
Block a user