我正在尝试使 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 上看起来那么好看