Browse Source
Merge pull request #126 from canyanol650/main
fix 解决了字典类型列表超出10条不显示问题
pull/127/head
WangJunZzz
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
vben28/src/views/admin/dictionary/AbpDictionary.vue
|
|
@ -143,7 +143,7 @@ |
|
|
bordered: true, |
|
|
bordered: true, |
|
|
canResize: true, |
|
|
canResize: true, |
|
|
rowSelection: { type: 'radio' }, |
|
|
rowSelection: { type: 'radio' }, |
|
|
pagination: false, |
|
|
maxHeight: 600, |
|
|
actionColumn: { |
|
|
actionColumn: { |
|
|
width: 50, |
|
|
width: 50, |
|
|
title: t('common.action'), |
|
|
title: t('common.action'), |
|
|
|