🐛 修复 BUG

This commit is contained in:
Wisp X
2021-12-20 22:59:08 +08:00
parent f3b5840c3e
commit 708d3e5137
11 changed files with 30 additions and 1 deletions

View File

@@ -80,7 +80,6 @@
margins: 10,
captions: false,
border: 10,
refreshSensitivity: (this.scrollbarWidth || 19) + 1, // 防止 viewer.js 打开时隐藏滚动条导致 grid 被重新计算
};
const getImages = () => {
if (params.page !== 1 && $loading.hasClass('cursor-not-allowed')) {

4
storage/app/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
*
!public/
!uploads
!.gitignore

2
storage/app/public/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

2
storage/app/uploads/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

9
storage/framework/.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
compiled.php
config.php
down
events.scanned.php
maintenance.php
routes.php
routes.scanned.php
schedule-*
services.json

3
storage/framework/cache/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*
!data/
!.gitignore

View File

@@ -0,0 +1,2 @@
*
!.gitignore

2
storage/framework/sessions/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

2
storage/framework/testing/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

2
storage/framework/views/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

2
storage/logs/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore