修改终端提示.

This commit is contained in:
lijiahangmax
2025-03-08 12:44:33 +08:00
parent 6c9065072d
commit 79d9f69ed4
11 changed files with 25 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ import { dateFormat } from '@/utils';
const fieldConfig = {
rowGap: '10px',
labelSpan: 8,
labelSpan: 6,
minHeight: '22px',
fields: [
{

View File

@@ -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',