⚡ 修改终端提示.
This commit is contained in:
@@ -3,7 +3,7 @@ import { dateFormat } from '@/utils';
|
||||
|
||||
const fieldConfig = {
|
||||
rowGap: '10px',
|
||||
labelSpan: 8,
|
||||
labelSpan: 6,
|
||||
minHeight: '22px',
|
||||
fields: [
|
||||
{
|
||||
|
||||
@@ -19,6 +19,8 @@ const columns = [
|
||||
title: '用户名',
|
||||
dataIndex: 'username',
|
||||
slotName: 'username',
|
||||
ellipsis: true,
|
||||
tooltip: true
|
||||
}, {
|
||||
title: '类型',
|
||||
dataIndex: 'type',
|
||||
@@ -28,6 +30,7 @@ const columns = [
|
||||
title: '主机密钥',
|
||||
dataIndex: 'keyId',
|
||||
slotName: 'keyId',
|
||||
width: 180,
|
||||
}, {
|
||||
title: '描述',
|
||||
dataIndex: 'description',
|
||||
|
||||
Reference in New Issue
Block a user