feat: 添加默认布局

This commit is contained in:
landaiqing
2024-04-20 02:16:25 +08:00
parent 5889fe1b2f
commit f2b1aa6578
16 changed files with 1506 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
// import FileSharing from '@/components/FileSharing'
// import DefaultLayOut from '@/layout/default'
import BlurCard from '@/components/BlurCard'
export default () => {
return <div></div>
return (
<div>
{/*<DefaultLayOut />*/}
<BlurCard />
</div>
)
}

View File

@@ -119,7 +119,7 @@ export default observer(() => {
src={logo}
style={{ width: '44px', height: '44px' }}
/>
<span></span>
<span></span>
</Space>
<div className={styles.subTitle}></div>
</Space>

View File

@@ -94,7 +94,7 @@ export default observer(() => {
src={logo}
style={{ width: '44px', height: '44px' }}
/>
<span></span>
<span></span>
</Space>
<div className={styles.subTitle}></div>
</Space>