我正在尝试使 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
}
选定的按钮属性不能以这种方式工作。整体视觉上看起来不是很好,因为它在 android 上看起来