!1711 修复:修复天空球开关下边距

pull/1700/MERGE
我是一条懒汉 3 years ago committed by ChenX
parent 17de36d693
commit 690d6730e5

@ -442,6 +442,7 @@ export class DownPanel extends React.Component<{ store?: DownPanelStore; }, {}>
position={Position.TOP} position={Position.TOP}
> >
<Switch <Switch
style={{ marginBottom: '0' }}
checked={userConfig.isShowSkyBox} checked={userConfig.isShowSkyBox}
label='天空球' label='天空球'
alignIndicator={Alignment.RIGHT} alignIndicator={Alignment.RIGHT}

Loading…
Cancel
Save