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

borderRadiusLG will affect the style of the select drop-down box #7558

Open
1 task
joker77877 opened this issue May 8, 2024 · 0 comments
Open
1 task

borderRadiusLG will affect the style of the select drop-down box #7558

joker77877 opened this issue May 8, 2024 · 0 comments

Comments

@joker77877
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

4.2.1

Environment

5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36

Reproduction link

Edit on CodeSandbox

Steps to reproduce

 <a-config-provider
        :theme="{
            token: {},
            components: {
                Select: {
                    borderRadiusLG: 99
                }
            }
        }"
    >
        <a-select
            ref="select"
            size="large"
            v-model:value="value1"
            style="width: 120px"
            :options="options1"
            @focus="focus"
            @change="handleChange"
        ></a-select>
        <a-button>点击</a-button>
    </a-config-provider>

What is expected?

does not affect

What is actually happening?

borderRadiusLG will affect the style of the select drop-down box

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