样式调整

This commit is contained in:
xixi 2024-08-30 09:38:55 +08:00
parent 72a8cd5035
commit 6a34911b89

View File

@ -1092,6 +1092,32 @@ export default function Index() {
<span style={{ marginLeft: 10, marginRight: 10 }}>|</span> <span style={{ marginLeft: 10, marginRight: 10 }}>|</span>
<span></span> <span></span>
</div> </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> </div>
</div> </div>