fix: 修复列表高度问题,补充国际化
This commit is contained in:
@@ -83,7 +83,7 @@ export default {
|
||||
pageSize: this.$CONSTANTS.defaultPageSize,
|
||||
total: 0
|
||||
},
|
||||
mainTableHeight: '100%',
|
||||
mainTableHeight: 'calc(100% - 64px)',
|
||||
tableTitle: [
|
||||
{
|
||||
label: 'ID',
|
||||
|
||||
Reference in New Issue
Block a user