样式调整
This commit is contained in:
parent
72a8cd5035
commit
6a34911b89
@ -1092,6 +1092,32 @@ export default function Index() {
|
||||
<span style={{ marginLeft: 10, marginRight: 10 }}>|</span>
|
||||
<span>编辑项目</span>
|
||||
</div>
|
||||
<div style={{ display: now == '新建项目' ? 'block' : 'none' }}>
|
||||
{/* <Breadcrumb
|
||||
separator="|"
|
||||
// items={[
|
||||
// { title: <Link to={'/home'}>首页</Link> },
|
||||
// ]}
|
||||
items={pathArray}
|
||||
/> */}
|
||||
<span style={{ cursor: 'pointer' }}
|
||||
onClick={() => {
|
||||
nav('/home', {
|
||||
state: {
|
||||
keyword: keywords,
|
||||
type: type,
|
||||
chargeAdditionals: chargeAdditionals,
|
||||
tagDataId: tagDataId,
|
||||
authorId: authorId,
|
||||
payStatus: payStatus
|
||||
|
||||
}
|
||||
})
|
||||
}}
|
||||
>首页</span>
|
||||
<span style={{ marginLeft: 10, marginRight: 10 }}>|</span>
|
||||
<span>新建项目</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user