fix(projects): fix table x-scroll. fixed #324

This commit is contained in:
Soybean
2024-02-23 22:17:31 +08:00
parent 0a3efe3442
commit c7e2c55996
3 changed files with 6 additions and 4 deletions

View File

@@ -207,7 +207,7 @@ function getIndex(index: number) {
:data="data"
size="small"
:flex-height="!appStore.isMobile"
:scroll-x="640"
:scroll-x="962"
:loading="loading"
:pagination="pagination"
:row-key="item => item.id"