Skip to content

Commit 564af81

Browse files
committed
same fix on baelgrid
1 parent cb78b41 commit 564af81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/BaelGrid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default {
105105
106106
offset() {
107107
if (this.queryParam > 1) {
108-
return Number(this.queryParam - 1) * 11;
108+
return Number(this.queryParam - 1) * 12;
109109
} else {
110110
return 0;
111111
}

0 commit comments

Comments
 (0)