【发布时间】:2020-09-01 00:56:20
【问题描述】:
我正在尝试在下面实现这样的标题。
这是我的解决方案,
ion-content {
--background: #817afb;
}
div.main {
height: 100%;
background-color: white;
border-radius: 20px 20px 0px 0px;
overflow: auto;
}
<ion-content fullscreen>
<div class="main">
....
</div>
</ion-content>
当我尝试使用 ion-refresher 和 ion-infinite-scroll 时效果不佳。谁有解决方案建议?
【问题讨论】:
标签: html css user-interface ionic-framework ionic4