removed textarea
This commit is contained in:
@@ -106,17 +106,28 @@
|
||||
</ion-row>
|
||||
<ion-row style="padding: 0; margin: 0;">
|
||||
<ion-col style="padding: 0; margin: 0;">
|
||||
<ion-textarea [readonly]="true" style="background-color: #eff2f4;
|
||||
border-radius: 5px;
|
||||
padding: 10px 1px 10px 1px;
|
||||
height: 20px;
|
||||
font-size: 14px;
|
||||
font-weight: bolder;
|
||||
border-color: #3dc2ff;"
|
||||
[innerHTML]="refer_link"
|
||||
>
|
||||
<div
|
||||
style="background-color: #eff2f4;
|
||||
border-radius: 5px;
|
||||
padding: 10px 1px 10px 1px;
|
||||
height: 20px;
|
||||
font-size: 14px;
|
||||
font-weight: bolder;
|
||||
border-color: #3dc2ff;"
|
||||
[innerHTML]="refer_link">
|
||||
|
||||
</ion-textarea>
|
||||
</div>
|
||||
<!-- <ion-textarea [readonly]="true" style="background-color: #eff2f4;-->
|
||||
<!-- border-radius: 5px;-->
|
||||
<!-- padding: 10px 1px 10px 1px;-->
|
||||
<!-- height: 20px;-->
|
||||
<!-- font-size: 14px;-->
|
||||
<!-- font-weight: bolder;-->
|
||||
<!-- border-color: #3dc2ff;"-->
|
||||
<!-- [innerHTML]="refer_link"-->
|
||||
<!-- >-->
|
||||
|
||||
<!-- </ion-textarea>-->
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user