gpt4 book ai didi

angular - 如何从ionic4中的 ionic 选择中删除小插入符号

转载 作者:太空狗 更新时间:2023-10-29 17:53:05 29 4
gpt4 key购买 nike

我想从 ion-select 中删除内置的灰色小插入符号,并使用我的改为自定义插入符号(箭头)。

代码:

ion-select {
color: grey;
background:url("/assets/resources/img/ArrowDownConfig.svg");
}

但是我的 css 代码无法优先于 ionic (内置)。

可以看到图中有两个箭头,一个是内置的,一个是自定义的。我想删除内置( ionic )的。

enter image description here

最佳答案

要删除图标,

 ion-select::part(icon) {
display: none !important;
}

修改图标,

  ion-select::part(icon) {
color: #ffa612 !important;
}

关于angular - 如何从ionic4中的 ionic 选择中删除小插入符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55300777/

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