Skip to content

Commit

Permalink
Merge pull request #36 from xiuluodaren/master
Browse files Browse the repository at this point in the history
调整删除和刷新按钮的布局
  • Loading branch information
xiuluoshendaren authored May 12, 2021
2 parents 701b061 + da82c01 commit 564f66d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/HostKeyHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class HostKeyHeader extends Component {
<div>
<Form initialValues={{ ...this.initValues }} ref="form">
<Row gutter={8}>
<Col span={16}>
<Col span={14}>
<Form.Item
name="redisKey"
rules={[
Expand Down Expand Up @@ -304,7 +304,7 @@ class HostKeyHeader extends Component {
/>
</Form.Item>
</Col>
<Col span={3}>
<Col span={5}>
<Space>
<Form.Item style={{ marginBottom: "1px" }}>
<Popconfirm
Expand Down

0 comments on commit 564f66d

Please sign in to comment.