!1701 优化:材质面板,将修改板材选项移动到顶部

pull/1703/MERGE
黄诗津 3 years ago committed by ChenX
parent cde52c4a8b
commit 410d3e1e55

@ -89,7 +89,7 @@ export class MaterialExplorer extends React.Component<{ materialTable: MaterialT
<div style={{ display: "flex", justifyContent: "flex-end" }}>
<Tooltip content="在应用材质时,自动将材质的板材信息写入到板的信息中">
<Checkbox
style={{ marginRight: 5, marginBottom: 0 }}
style={{ marginRight: 5, marginBottom: 3 }}
label="修改板材"
checked={userConfig.isModifyMaterial}
onChange={async () =>
@ -99,7 +99,7 @@ export class MaterialExplorer extends React.Component<{ materialTable: MaterialT
}} />
</Tooltip>
<Checkbox
style={{ marginBottom: 0 }}
style={{ marginBottom: 3 }}
label="大图标"
checked={userConfig.isLargeIcon}
onChange={async () =>

Loading…
Cancel
Save