Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ionic-framework/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ionic framework 在IONAL中落后于_Ionic Framework_Ionic2_Ionic3 - Fatal编程技术网

Ionic framework 在IONAL中落后于

Ionic framework 在IONAL中落后于,ionic-framework,ionic2,ionic3,Ionic Framework,Ionic2,Ionic3,这是我藏在后面的代码。 我的爱奥尼亚版本是3.19.1 如何解决这个问题。 我也尝试了has标题。尝试添加内部离子内容标签 <ion-header> <ion-navbar> <ion-title>Physics</ion-title> </ion-navbar> </ion-header> <ion-content padding has-header contentTop="200px">

这是我藏在后面的代码。 我的爱奥尼亚版本是3.19.1

如何解决这个问题。 我也尝试了has标题。

尝试添加内部离子内容标签

<ion-header> 
  <ion-navbar>
   <ion-title>Physics</ion-title> 
 </ion-navbar> 
</ion-header>

<ion-content padding has-header contentTop="200px"> 
  <ion-list class="chapter-list"> 
      <button ion-item no-padding *ngFor="let chapterList of chapterLists" (click)="chapterListItemClk(event)" no-border> {{ chapterList.video_name }} <img src="{{chapterList.video_icon}}" item-left alt=""> </button> 
  </ion-list> 
</ion-content>

你的班级章节列表是什么?章节列表{img{高度:30px;边距:0 11px 0px 0px!重要;}ion-label.label.label-md{空白:未设置;边距:0;行高:25px;字体大小:1.5rem}按钮{边框底部:1px实心dedede;}。项目内部{边框:无!重要;}这是我给列表的样式。
<ion-header> 
  <ion-navbar>
   <ion-title>Physics</ion-title> 
 </ion-navbar> 
</ion-header>

<ion-content padding has-header contentTop="200px">
  <ion-grid>
  <ion-list class="chapter-list"> 
      <button ion-item no-padding *ngFor="let chapterList of chapterLists" (click)="chapterListItemClk(event)" no-border> {{ chapterList.video_name }} <img src="{{chapterList.video_icon}}" item-left alt=""> </button> 
  </ion-list> 
  </ion-grid>
</ion-content>