Commit b6664c9a by zhaochengxiang

基本信息调整

parent b5530c87
...@@ -513,11 +513,13 @@ const ImportActionHeader = (props) => { ...@@ -513,11 +513,13 @@ const ImportActionHeader = (props) => {
return ( return (
<div className='model-import-action-header'> <div className='model-import-action-header'>
<div <div
className='mb-3'
style={{ style={{
display: 'flex', display: 'flex',
alignItems: 'center',
}} }}
> >
<h2 className='mr-3'>基本信息</h2> <h2 className='mr-3' style={{ marginBottom: 0 }}>基本信息</h2>
{ {
onlyShowRequireChange ? <Button type='text' style={{ padding: 0, color: '#0069AC' }} onClick={onOnlyShowRequireChange}>展开<DownOutlined /></Button> : <Button type='text' style={{ padding: 0, color: '#0069AC' }} onClick={onOnlyShowRequireChange}>收起<UpOutlined /></Button> onlyShowRequireChange ? <Button type='text' style={{ padding: 0, color: '#0069AC' }} onClick={onOnlyShowRequireChange}>展开<DownOutlined /></Button> : <Button type='text' style={{ padding: 0, color: '#0069AC' }} onClick={onOnlyShowRequireChange}>收起<UpOutlined /></Button>
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment