fix: 修复列表高度问题,补充国际化

This commit is contained in:
@changcode
2021-08-27 13:54:04 +08:00
parent e4b998f5ee
commit 17addd5a02
5 changed files with 6 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ export default {
pageSize: this.$CONSTANTS.defaultPageSize,
total: 0
},
mainTableHeight: '100%',
mainTableHeight: 'calc(100% - 64px)',
tableTitle: [
{
label: 'ID',