Skip to content

Commit 548cb26

Browse files
xiuluoshendarengitee-org
authored andcommitted
!2 HostKeyTree列表自适应
Merge pull request !2 from 修罗/dev
2 parents 7ebcb69 + d0975af commit 548cb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/HostKeyTree/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ class HostKeyTree extends Component {
456456
render() {
457457
return (
458458
<div>
459-
<Space size="small" direction="vertical">
459+
<Space size="small" direction="vertical" style={{width:"100%"}}>
460460
<Button block onClick={this.openCreateKeyMadal.bind(this)}>
461461
{intl.get("HostKey.create.key")}
462462
</Button>

0 commit comments

Comments
 (0)