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

style: table style

parent 747c1cfe
...@@ -118,14 +118,14 @@ const MongDBTable = props => { ...@@ -118,14 +118,14 @@ const MongDBTable = props => {
title: 'ip', title: 'ip',
dataIndex: 'ip', dataIndex: 'ip',
key: 'ip', key: 'ip',
width: 200, width: 150,
ellipsis: true, ellipsis: true,
}, },
{ {
title: '端口', title: '端口',
dataIndex: 'port', dataIndex: 'port',
key: 'port', key: 'port',
width: 200, // width: 200,
ellipsis: true, ellipsis: true,
}, },
{ {
...@@ -139,14 +139,14 @@ const MongDBTable = props => { ...@@ -139,14 +139,14 @@ const MongDBTable = props => {
title: '类型', title: '类型',
dataIndex: 'type', dataIndex: 'type',
key: 'type', key: 'type',
width: 200, width: 100,
ellipsis: true, ellipsis: true,
}, },
{ {
title: '复制集', title: '复制集',
dataIndex: 'replicaSet', dataIndex: 'replicaSet',
key: 'replicaSet', key: 'replicaSet',
width: 200, // width: 200,
ellipsis: true, ellipsis: true,
}, },
// { // {
......
...@@ -114,7 +114,7 @@ const MySQLTable = props => { ...@@ -114,7 +114,7 @@ const MySQLTable = props => {
title: 'IP', title: 'IP',
dataIndex: 'ip', dataIndex: 'ip',
key: 'ip', key: 'ip',
width: 200, width: 150,
ellipsis: true, ellipsis: true,
}, },
{ {
...@@ -128,14 +128,12 @@ const MySQLTable = props => { ...@@ -128,14 +128,12 @@ const MySQLTable = props => {
title: '用户名', title: '用户名',
dataIndex: 'userName', dataIndex: 'userName',
key: 'userName', key: 'userName',
width: 200,
ellipsis: true, ellipsis: true,
}, },
{ {
title: '密码', title: '密码',
dataIndex: 'password', dataIndex: 'password',
key: 'password', key: 'password',
width: 200,
ellipsis: true, ellipsis: true,
}, },
{ {
......
...@@ -114,21 +114,19 @@ const OracleTable = props => { ...@@ -114,21 +114,19 @@ const OracleTable = props => {
title: '网络服务名/(ip:port/实例名)', title: '网络服务名/(ip:port/实例名)',
dataIndex: 'dbName', dataIndex: 'dbName',
key: 'dbName', key: 'dbName',
width: 400, width: 300,
ellipsis: true, ellipsis: true,
}, },
{ {
title: '用户名', title: '用户名',
dataIndex: 'userName', dataIndex: 'userName',
key: 'userName', key: 'userName',
width: 200,
ellipsis: true, ellipsis: true,
}, },
{ {
title: '密码', title: '密码',
dataIndex: 'password', dataIndex: 'password',
key: 'password', key: 'password',
width: 200,
ellipsis: true, ellipsis: true,
}, },
{ {
......
...@@ -114,7 +114,7 @@ const SQLServerTable = props => { ...@@ -114,7 +114,7 @@ const SQLServerTable = props => {
title: 'ip', title: 'ip',
dataIndex: 'ip', dataIndex: 'ip',
key: 'ip', key: 'ip',
width: 200, width: 150,
ellipsis: true, ellipsis: true,
}, },
{ {
...@@ -128,14 +128,14 @@ const SQLServerTable = props => { ...@@ -128,14 +128,14 @@ const SQLServerTable = props => {
title: '用户名', title: '用户名',
dataIndex: 'userName', dataIndex: 'userName',
key: 'userName', key: 'userName',
width: 200, // width: 200,
ellipsis: true, ellipsis: true,
}, },
{ {
title: '密码', title: '密码',
dataIndex: 'password', dataIndex: 'password',
key: 'password', key: 'password',
width: 200, // width: 200,
ellipsis: true, 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