This commit is contained in:
‘937886381’
2024-09-18 10:55:34 +08:00
parent aa86600a1a
commit 196ad512af
11 changed files with 52 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: zhp
* @Date: 2024-08-23 13:56:11
* @LastEditTime: 2024-09-18 08:52:18
* @LastEditTime: 2024-09-18 10:54:39
* @LastEditors: zhp
* @Description:
*/
@@ -37,7 +37,7 @@ export default function Index() {
</div>
</motion.div>
<motion.div
className={cls.leftBar}
className={cls.leftBarRight}
initial={{ opacity: 0, position: 'absolute' }}
animate={{ opacity: 1, position: 'relative' }}
exit={{ opacity: 0, position: 'relative' }}

View File

@@ -11,6 +11,16 @@
display: flex;
justify-content: space-between;
gap: 16px;
position: relative;
}
.leftBarRight {
width: 501px;
height: 966px;
// margin-left: 40px;
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
z-index: 99;
}