Skip to content

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

Open
@elkon028

Description

@elkon028

Basic Info

  • Package Name And Version: @arco-design/web-vue@2.56.2
  • 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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions