Commit ba160da4 by HoMeTown

feat: 提交

parent 9512f2b5
......@@ -52,7 +52,7 @@ export const MainLayout: React.FC<MainLayoutProps> = ({ children }) => {
<HistoryBar isVisible={isHistoryVisible} />
</motion.div>
<motion.div
className={styles.layoutContent}
className={`${styles.layoutContent}`}
>
{children}
</motion.div>
......
......@@ -57,6 +57,7 @@ export const Home: React.FC = () => {
<div className="flex-1">
<Virtuoso
style={{ height: '100%' }}
className="scrollbar-hide"
totalCount={1}
itemContent={() => (
<div className="px-[24px] pb-[24px] pt-[42px] sm:pt-[80px] lg:pt-[180px] sm:px-0">
......
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