Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dark 模式下,a-affix组件下的 a-radio-group 背景透明了,这显示不是预期到要的 #398

Open
1 task
elkon028 opened this issue Sep 16, 2024 · 0 comments

Comments

@elkon028
Copy link

Basic Info

  • Package Name And Version: @arco-design/[email protected]
  • Framework version: vue3.5.5 vite5.4.5
  • Browser: chrome128.0.0.0

What is expected?

dark 模式下 a-radio-group等组件不要透明

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant