2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 20:47:18 +08:00

feat: 数据库管理优化1

This commit is contained in:
耗子
2024-11-27 01:08:14 +08:00
parent 3926bb83c1
commit cd8a10d799
18 changed files with 196 additions and 62 deletions

View File

@@ -393,7 +393,7 @@ onMounted(() => {
striped
remote
:loading="false"
:scroll-x="1000"
:scroll-x="1200"
:columns="columns"
:data="data"
:row-key="(row: any) => row.id"