Skip to content

Commit

Permalink
缩短 MITM 插件选择列表高度
Browse files Browse the repository at this point in the history
  • Loading branch information
v1ll4n committed Apr 13, 2022
1 parent c7cd649 commit 28d5b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/main/src/pages/mitm/MITMPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ export const MITMPage: React.FC<MITMPageProp> = (props) => {
{/* }*/}
{/*}} value={enableInitialPlugin}/>*/}
<Item label={"选择插件"} colon={true}>
<div style={{height: enableInitialPlugin ? 400 : 180, maxWidth: 420}}>
<div style={{height: 200, maxWidth: 420}}>
<SimplePluginList
disabled={!enableInitialPlugin}
bordered={true}
Expand Down

0 comments on commit 28d5b41

Please sign in to comment.