【发布时间】:2019-02-20 13:38:09
【问题描述】:
我想为 ion-toolbar 提供背景图像,因为图像太大,所以我想使用 image-size: cover 作为背景图像,以便它最适合 ion-toolbar。
我尝试提供以下格式,但它不起作用,不知道如何使它起作用。
ion-toolbar {
--background: url(assets/images/background/bg-header-flag.jpg) no-repeat cover;
--min-height: 200px;
}
【问题讨论】:
标签: angular ionic-framework ionic4