Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
03bcf1e3
Commit
03bcf1e3
authored
Nov 18, 2020
by
张烨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: table style
parent
747c1cfe
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
13 deletions
+9
-13
MongDBTable.jsx
src/pages/database/databaseConfig/mongDB/MongDBTable.jsx
+4
-4
MySQLTable.jsx
src/pages/database/databaseConfig/mysqltable/MySQLTable.jsx
+1
-3
OracleTable.jsx
src/pages/database/databaseConfig/oracle/OracleTable.jsx
+1
-3
SQLServerTable.jsx
...ages/database/databaseConfig/sqlServer/SQLServerTable.jsx
+3
-3
No files found.
src/pages/database/databaseConfig/mongDB/MongDBTable.jsx
View file @
03bcf1e3
...
...
@@ -118,14 +118,14 @@ const MongDBTable = props => {
title
:
'ip'
,
dataIndex
:
'ip'
,
key
:
'ip'
,
width
:
20
0
,
width
:
15
0
,
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
:
2
00
,
width
:
1
00
,
ellipsis
:
true
,
},
{
title
:
'复制集'
,
dataIndex
:
'replicaSet'
,
key
:
'replicaSet'
,
width
:
200
,
//
width: 200,
ellipsis
:
true
,
},
// {
...
...
src/pages/database/databaseConfig/mysqltable/MySQLTable.jsx
View file @
03bcf1e3
...
...
@@ -114,7 +114,7 @@ const MySQLTable = props => {
title
:
'IP'
,
dataIndex
:
'ip'
,
key
:
'ip'
,
width
:
20
0
,
width
:
15
0
,
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
,
},
{
...
...
src/pages/database/databaseConfig/oracle/OracleTable.jsx
View file @
03bcf1e3
...
...
@@ -114,21 +114,19 @@ const OracleTable = props => {
title
:
'网络服务名/(ip:port/实例名)'
,
dataIndex
:
'dbName'
,
key
:
'dbName'
,
width
:
4
00
,
width
:
3
00
,
ellipsis
:
true
,
},
{
title
:
'用户名'
,
dataIndex
:
'userName'
,
key
:
'userName'
,
width
:
200
,
ellipsis
:
true
,
},
{
title
:
'密码'
,
dataIndex
:
'password'
,
key
:
'password'
,
width
:
200
,
ellipsis
:
true
,
},
{
...
...
src/pages/database/databaseConfig/sqlServer/SQLServerTable.jsx
View file @
03bcf1e3
...
...
@@ -114,7 +114,7 @@ const SQLServerTable = props => {
title
:
'ip'
,
dataIndex
:
'ip'
,
key
:
'ip'
,
width
:
20
0
,
width
:
15
0
,
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
,
},
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment