gpt4 book ai didi

css - Ionic 5 在 iOS 上设置可折叠标题颜色

转载 作者:行者123 更新时间:2023-12-04 01:31:13 27 4
gpt4 key购买 nike

我的应用 UI 很复杂,所以我举了一个例子来说明我的问题。在 Ionic 5 上,我直接从官方 docs 获取了这段代码

<ion-header translucent="true">
<ion-toolbar>
<ion-buttons collapse="true" slot="end">
<ion-button>Click Me</ion-button>
</ion-buttons>
<ion-title>Settings</ion-title>
</ion-toolbar>
</ion-header>

<ion-content fullscreen="true">
<ion-header collapse="condense">
<ion-toolbar>
<ion-buttons collapse="true" slot="end">
<ion-button>Click Me</ion-button>
</ion-buttons>
<ion-title size="large">Settings</ion-title>
</ion-toolbar>
<ion-toolbar>
<ion-searchbar></ion-searchbar>
</ion-toolbar>
</ion-header>

...

</ion-content>

如果我以类似 <ion-toolbar color="primary"> 的方式设置工具栏的颜色我得到这样的东西

enter image description here

如何设置彩色工具栏上方空间的颜色?

最佳答案

也有同样的问题,从 global.scss 控制我所有的工具栏 css 以设置背景颜色:

ion-toolbar {
background: var(--ion-color-primary) !important;
}

在哪里 --ion-color-primary 是我想要的颜色

关于css - Ionic 5 在 iOS 上设置可折叠标题颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61005484/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com