소스 검색

animation update

0210225 2 달 전
부모
커밋
1bceca214e
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/modules/test/job-recommend/job-recommend.page.html

+ 3 - 1
src/modules/test/job-recommend/job-recommend.page.html

@@ -29,7 +29,9 @@
     <ion-content>
       <div class="container">
         <div class="ball" *ngFor="let ball of balls" [style.background-color]="ball.color" [style.left.px]="ball.x" [style.top.px]="ball.y">
-          <ion-button fill="clear"color="light">Clear</ion-button>
+          <div class="ion-buttons">
+            <ion-button fill="clear"color="light" shape="round">{{ball.text}}</ion-button>
+          </div>
         </div>
       </div>
     </ion-content>