sqj 2 달 전
부모
커밋
35cdaf823c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      FitMind-app/src/app/tab1/tab1.page.html

+ 1 - 1
FitMind-app/src/app/tab1/tab1.page.html

@@ -19,7 +19,7 @@
     <!-- 下一张按钮 -->
     <button class="next" (click)="nextSlide()">&#10095;</button>
   
-    <!-- 小圆点 -->
+   
     <div class="dots">
       <span class="dot" *ngFor="let image of images; let i = index" 
             [class.active]="i === currentSlide"