列表自动滚动

This commit is contained in:
Teo
2025-05-09 18:41:08 +08:00
parent 609b4ba543
commit 8890fcfd95
8 changed files with 472 additions and 131 deletions

View File

@ -49,6 +49,8 @@ VXETable.config({
// 修改 el-dialog 默认点击遮照为不关闭
/*import { ElDialog } from 'element-plus';
ElDialog.props.closeOnClickModal.default = false;*/
// **main.js**
import { vue3ScrollSeamless } from 'vue3-scroll-seamless';
const app = createApp(App);
@ -60,6 +62,7 @@ app.use(print);
app.use(i18n);
app.use(VXETable);
app.use(plugins);
app.component('vue3ScrollSeamless', vue3ScrollSeamless);
// 自定义指令
directive(app);