在iOS上,ion-list-header背景不是灰色的

时间:2016-12-29 14:54:14

标签: ionic-framework ionic2 ionic.io

我在离子2.0.0rc4中使用这样的代码

<ion-list>
  <ion-list-header>My Header</ion-list-header>
  <!-- rest of ion-items -->
</ion-list>

在文档示例中,列表标题的背景是灰色的,但在我的应用程序中它有白色背景!我不知道发生了什么事!

有什么想法吗?

干杯!

1 个答案:

答案 0 :(得分:0)

根据文档,以下SASS变量用于设置ios $list-ios-header-background-color的列表标题背景,其默认值为transparent

如果你仔细观察,在文档中,iOS和白色的颜色将变为灰色,而Android和windows phone。

希望这会有所帮助。