arco-design / arco-design-vue

A Vue.js 3 UI Library based on Arco Design
https://arco.design/vue
MIT License
2.73k stars 536 forks source link

select组件,希望加上popper-class,控制下拉框的样式 #1418

Open starm328 opened 2 years ago

starm328 commented 2 years ago

Basic Info

What are the similar cases of this feature

比如https://element.eleme.cn/#/zh-CN/component/select 它加了一个popper-class 能够很友好的处理类似问题。

What problem does this feature solve?

在固定定位的页面中,使用select组件,上下滚动的时候,select 的下拉框,会出现在页面中错位的情况。虽然我在全局样式中,可以强制覆盖样式,但是会影响其他的地方使用select

hehehai commented 2 years ago

@starm328 你好,上下滚动错位的问题,可以全局开启 updateAtScroll 属性 滚动跟随

popper-class 后续会支持

kongsheng commented 2 years ago

@hehehai 同求 希望加上popper-class 要不然太不友好了。