Skip to content

Commit 564f66d

Browse files
Merge pull request #36 from xiuluodaren/master
调整删除和刷新按钮的布局
2 parents 701b061 + da82c01 commit 564f66d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/HostKeyHeader/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ class HostKeyHeader extends Component {
260260
<div>
261261
<Form initialValues={{ ...this.initValues }} ref="form">
262262
<Row gutter={8}>
263-
<Col span={16}>
263+
<Col span={14}>
264264
<Form.Item
265265
name="redisKey"
266266
rules={[
@@ -304,7 +304,7 @@ class HostKeyHeader extends Component {
304304
/>
305305
</Form.Item>
306306
</Col>
307-
<Col span={3}>
307+
<Col span={5}>
308308
<Space>
309309
<Form.Item style={{ marginBottom: "1px" }}>
310310
<Popconfirm

0 commit comments

Comments
 (0)