如何使离子工具栏可伸缩

时间:2019-06-20 15:15:12

标签: css ionic4

我正在使用Ionic4,我的页面上有两个ion-toolbar,第一个包含页面标题,而第二个(相当长)包含一些重要数据。

我只想修复第一个工具栏,第二个必须与页面其余部分一起滚动。

这是页面的屏幕:

enter image description here

我的HTML代码。

<ion-header>
<ion-toolbar class="header">
  <ion-title class="page-title">
       {{mail.subject}}
    </ion-title>
</ion-toolbar>
<ion-toolbar class="mail-infos" >
  <ion-grid>
    <ion-row>
      <ion-col> contentts
      </coll>
   </ion-row>
  </ion-grid>
 <ion-toolbar>
 </ion-header>

 <ion-content> content </ion-content>

0 个答案:

没有答案