Skip to content

Commit

Permalink
设置合适的大小
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoudian committed Oct 31, 2021
1 parent 2f8b326 commit 6d8e128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/HostKeyList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ class HostKeyList extends Component {
onCancel={this.handleModalCancel.bind(this)}
okButtonProps={{ disabled: this.state.modal.type === 1 }}
forceRender={this.state.modal.forceRender}
width={"90%"}
height={"80%"}
width={"60%"}
height={"40%"}
>
<Form
{...this.layout}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/HostKeySet/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,8 @@ class HostKeySet extends Component {
onCancel={this.handleModalCancel.bind(this)}
okButtonProps={{ disabled: this.state.modal.type === 1 }}
forceRender={this.state.modal.forceRender}
width={"90%"}
height={"80%"}
width={"60%"}
height={"40%"}
>
<Form
{...this.layout}
Expand Down

0 comments on commit 6d8e128

Please sign in to comment.