mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-13 13:23:42 +08:00
fix(projects): fix table x-scroll. fixed #324
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user