Skip to content

Commit 72754d3

Browse files
committed
support item index
1 parent 39304c0 commit 72754d3

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

dist/vue-virtual-scroller.css

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11

2-
.virtual-scroller[data-v-5594e8c4]:not(.page-mode) {
2+
.virtual-scroller[data-v-7236941d]:not(.page-mode) {
33
overflow-y: auto;
44
}
5-
.item-container[data-v-5594e8c4] {
5+
.item-container[data-v-7236941d] {
66
box-sizing: border-box;
77
width: 100%;
88
overflow: hidden;
99
}
10-
.items[data-v-5594e8c4] {
10+
.items[data-v-7236941d] {
1111
width: 100%;
1212
}
1313

14-
.resize-observer[data-v-c7b3205a] {
15-
position: absolute;
16-
top: 0;
17-
left: 0;
18-
z-index: -1;
19-
width: 100%;
20-
height: 100%;
21-
border: none;
22-
background-color: transparent;
23-
pointer-events: none;
24-
display: block;
14+
.resize-observer[data-v-c7b3205a] {
15+
position: absolute;
16+
top: 0;
17+
left: 0;
18+
z-index: -1;
19+
width: 100%;
20+
height: 100%;
21+
border: none;
22+
background-color: transparent;
23+
pointer-events: none;
24+
display: block;
2525
overflow: hidden;
26-
}
26+
}
2727

28-
.test h1[data-v-5ee0142a] {
28+
.test h1[data-v-5ee0142a] {
2929
color: #40b883;
30-
}
30+
}

0 commit comments

Comments
 (0)