chore: 优化 ESLint 配置并更正问题代码(eslint src --fix)

This commit is contained in:
2024-05-08 22:47:37 +08:00
parent 8f63576512
commit 5d9fedc354
22 changed files with 37 additions and 27 deletions

View File

@@ -66,7 +66,7 @@
</a-row>
<!-- 文件列表-宫格模式 -->
<a-spin class="file-main__list" id="fileMain" @scroll="handleScroll" :loading="loading">
<a-spin id="fileMain" class="file-main__list" :loading="loading" @scroll="handleScroll">
<FileGrid
v-show="fileList.length && mode == 'grid'"
:data="fileList"