UNPKG
virtual-antd-select
Version:
latest (1.1.0)
1.1.0
1.0.15
1.0.14
1.0.13
1.0.12
1.0.10
1.0.9
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
使用IntersectionObserve虚拟滚动解决基于antd3.X的Select下拉组件大数据量卡顿情况
virtual-antd-select
/
src
/
css
/
vSelect.css
23 lines
(18 loc)
•
280 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.vselect
{
min-width
:
100px
; }
.vselect-drop-down
{
max-height
:
250px
; }
.vselect-drop-down
>
div
{
max-height
:
250px
; }
.ant-select-dropdown-menu
{
max-height
: none; }
.top-obs-el
{
padding
:
1px
0
0
0
; }
.bottom-obs-el
{
padding
:
1px
0
0
0
; }