Harmonize style of symbol (#1520)
This commit is contained in:
parent
e8a4a53c9f
commit
42cb3e2c73
@ -3,12 +3,12 @@
|
|||||||
<a
|
<a
|
||||||
class="d-flex p-3 w-100"
|
class="d-flex p-3 w-100"
|
||||||
[ngClass]="{ 'cursor-default': isLoading }"
|
[ngClass]="{ 'cursor-default': isLoading }"
|
||||||
[routerLink]="[]"
|
|
||||||
[queryParams]="{
|
[queryParams]="{
|
||||||
dataSource: position?.dataSource,
|
dataSource: position?.dataSource,
|
||||||
positionDetailDialog: true,
|
positionDetailDialog: true,
|
||||||
symbol: position?.symbol
|
symbol: position?.symbol
|
||||||
}"
|
}"
|
||||||
|
[routerLink]="[]"
|
||||||
>
|
>
|
||||||
<div class="d-flex mr-2">
|
<div class="d-flex mr-2">
|
||||||
<gf-trend-indicator
|
<gf-trend-indicator
|
||||||
@ -39,7 +39,7 @@
|
|||||||
<div *ngIf="!isLoading" class="flex-grow-1 text-truncate">
|
<div *ngIf="!isLoading" class="flex-grow-1 text-truncate">
|
||||||
<div class="h6 m-0 text-truncate">{{ position?.name }}</div>
|
<div class="h6 m-0 text-truncate">{{ position?.name }}</div>
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<span>{{ position?.symbol | gfSymbol }}</span>
|
<small class="text-muted">{{ position?.symbol | gfSymbol }}</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex mt-1">
|
<div class="d-flex mt-1">
|
||||||
<gf-value
|
<gf-value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user