Commit bc608f21 authored by mayongxin's avatar mayongxin

宿主管理优化

parent dffa4794
Pipeline #28962 passed with stages
......@@ -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>
......
......@@ -93,7 +93,7 @@ const MessageConfig = () => {
return (
<div className={styles.message_container}>
<Card title={`消息平台`} style={{ width: 430 }}>
<Card title={`消息平台`} style={{ width: "100%" }}>
<Form
{...layout}
......
......@@ -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>
......
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