NEZ-1895 fix : profile 新增用户个人 api key 页面

This commit is contained in:
likexuan
2022-06-09 13:18:09 +08:00
parent f04aa054b4
commit 4502abb98f
28 changed files with 85 additions and 66 deletions

View File

@@ -100,14 +100,14 @@ export default {
const className = []
switch (this.targetTab) {
case 'panelTab':
className.push('nz-table2 bottom-panel')
className.push('nz-table-list bottom-panel')
break
case 'log': {
className.push('bottom-log')
break
}
default: {
className.push('nz-table2')
className.push('nz-table-list')
break
}
}