arco-design-vue
arco-design-vue copied to clipboard
dark模式下 a-affix -> a-radio-group 之类的组件背景透明了
trafficstars
- [ ] I'm sure this does not appear in the issue list of the repository
Basic Info
- Package Name And Version: @arco-design/[email protected]
- Framework version: vue3.5.5
- Browser: chrome128.0.0.0
Steps to reproduce
<AAffix :offset-top="16" target=".page-layout">
<ASpace>
<ARadioGroup v-model="themeType" type="button">
<ARadio :value="false">亮色</ARadio>
<ARadio :value="true">暗黑</ARadio>
</ARadioGroup>
<ARadioGroup v-model="colorType" type="button">
<ARadio value="hex">HEX</ARadio>
<ARadio value="rgb">RGB</ARadio>
<ARadio value="hsl">HSL</ARadio>
</ARadioGroup>
</ASpace>
</AAffix>
- 未滚动时
- 滚动后