Skip to content

Commit da82c01

Browse files
调整删除和刷新按钮的布局
1 parent af73318 commit da82c01

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)