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
bc608f21
Commit
bc608f21
authored
3 years ago
by
mayongxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
宿主管理优化
parent
dffa4794
Pipeline
#28962
passed with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
BaseConfig.jsx
...ages/platformCenter/hostmanager/baseConfig/BaseConfig.jsx
+1
-1
messageConfig.jsx
...latformCenter/hostmanager/messageConfig/messageConfig.jsx
+1
-1
ProxyConfig.jsx
...es/platformCenter/hostmanager/proxyConfig/ProxyConfig.jsx
+2
-2
No files found.
src/pages/platformCenter/hostmanager/baseConfig/BaseConfig.jsx
View file @
bc608f21
...
...
@@ -76,7 +76,7 @@ const BaseConfig = () => {
<
Descriptions
title=
""
bordered
>
<
Descriptions
.
Item
label=
"站点编号"
span=
{
3
}
>
{
!
currentSiteInfo
?<
Input
value=
{
currentSiteInfo
}
disabled=
{
true
}
style=
{
{
with
:
"200px"
}
}
/>:<
div
>
currentSiteInfo
?<
Input
value=
{
currentSiteInfo
}
disabled=
{
true
}
style=
{
{
with
:
"200px"
}
}
/>:<
div
>
<
Input
value=
{
currentSiteInfo
}
style=
{
{
width
:
"200px"
}
}
/>
<
Button
style=
{
{
marginLeft
:
"10px"
}
}
>
生成编号
</
Button
>
</
div
>
...
...
This diff is collapsed.
Click to expand it.
src/pages/platformCenter/hostmanager/messageConfig/messageConfig.jsx
View file @
bc608f21
...
...
@@ -93,7 +93,7 @@ const MessageConfig = () => {
return
(
<
div
className=
{
styles
.
message_container
}
>
<
Card
title=
{
`消息平台`
}
style=
{
{
width
:
430
}
}
>
<
Card
title=
{
`消息平台`
}
style=
{
{
width
:
"100%"
}
}
>
<
Form
{
...
layout
}
...
...
This diff is collapsed.
Click to expand it.
src/pages/platformCenter/hostmanager/proxyConfig/ProxyConfig.jsx
View file @
bc608f21
...
...
@@ -178,7 +178,7 @@ const ProxyConfig = () => {
return
(
<
div
className=
{
styles
.
proxy_container
}
>
<
Card
title=
"配置文件管理"
style=
{
{
width
:
350
}
}
>
<
Card
title=
"配置文件管理"
style=
{
{
width
:
'45%'
}
}
>
<
Form
{
...
layout
}
form=
{
form
}
...
...
@@ -221,7 +221,7 @@ const ProxyConfig = () => {
</
Form
>
</
Card
>
<
Card
title=
"服务器管理"
style=
{
{
width
:
350
,
marginLeft
:
15
}
}
>
<
Card
title=
"服务器管理"
style=
{
{
width
:
"45%"
,
marginLeft
:
15
}
}
>
<
div
className=
{
styles
.
operate_container
}
>
<
div
className=
{
styles
.
operate_item
}
>
<
div
>
服务器运行
</
div
>
...
...
This diff is collapsed.
Click to expand it.
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