标签: ion-segment

ionic4 使 ios 上的片段看起来像它们在带有 css 的 android 上的样子

我正在尝试使 ios 上的段看起来与它们在 android 上的外观相同。参考https://beta.ionicframework.com/docs/api/segment

我尝试使用 css 属性,例如

segment-button-checked {
    --background-checked: transparent !important;
    --color-checked: white !important;
    border-bottom: 1 px solid white
}

ion-segment-button {
    --color: #8CA2A5;
    --border-color: transparent !important
}
Run Code Online (Sandbox Code Playgroud)

选定的按钮属性不会以这种方式工作。并且整体视觉上看起来不像在 android 上看起来那么好看

ionic-framework ionic4 ion-segment

0
推荐指数
2
解决办法
6126
查看次数

标签 统计

ion-segment ×1

ionic-framework ×1

ionic4 ×1