Commit 03bcf1e3 authored by 张烨's avatar 张烨

style: table style

parent 747c1cfe
......@@ -118,14 +118,14 @@ const MongDBTable = props => {
title: 'ip',
dataIndex: 'ip',
key: 'ip',
width: 200,
width: 150,
ellipsis: true,
},
{
title: '端口',
dataIndex: 'port',
key: 'port',
width: 200,
// width: 200,
ellipsis: true,
},
{
......@@ -139,14 +139,14 @@ const MongDBTable = props => {
title: '类型',
dataIndex: 'type',
key: 'type',
width: 200,
width: 100,
ellipsis: true,
},
{
title: '复制集',
dataIndex: 'replicaSet',
key: 'replicaSet',
width: 200,
// width: 200,
ellipsis: true,
},
// {
......
......@@ -114,7 +114,7 @@ const MySQLTable = props => {
title: 'IP',
dataIndex: 'ip',
key: 'ip',
width: 200,
width: 150,
ellipsis: true,
},
{
......@@ -128,14 +128,12 @@ const MySQLTable = props => {
title: '用户名',
dataIndex: 'userName',
key: 'userName',
width: 200,
ellipsis: true,
},
{
title: '密码',
dataIndex: 'password',
key: 'password',
width: 200,
ellipsis: true,
},
{
......
......@@ -114,21 +114,19 @@ const OracleTable = props => {
title: '网络服务名/(ip:port/实例名)',
dataIndex: 'dbName',
key: 'dbName',
width: 400,
width: 300,
ellipsis: true,
},
{
title: '用户名',
dataIndex: 'userName',
key: 'userName',
width: 200,
ellipsis: true,
},
{
title: '密码',
dataIndex: 'password',
key: 'password',
width: 200,
ellipsis: true,
},
{
......
......@@ -114,7 +114,7 @@ const SQLServerTable = props => {
title: 'ip',
dataIndex: 'ip',
key: 'ip',
width: 200,
width: 150,
ellipsis: true,
},
{
......@@ -128,14 +128,14 @@ const SQLServerTable = props => {
title: '用户名',
dataIndex: 'userName',
key: 'userName',
width: 200,
// width: 200,
ellipsis: true,
},
{
title: '密码',
dataIndex: 'password',
key: 'password',
width: 200,
// width: 200,
ellipsis: true,
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment