We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-radio-group等组件不要透明
<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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Basic Info
What is expected?
dark 模式下 a-radio-group等组件不要透明
Steps to reproduce
The text was updated successfully, but these errors were encountered: