NEZ-1895 fix : profile 新增用户个人 api key 页面
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user