File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ function renderAwards(items) {
478478 foldList . style . maxHeight = awardsExpanded ? `${ targetHeight } px` : "0px" ;
479479 foldList . style . opacity = awardsExpanded ? "1" : "0" ;
480480 foldList . style . transform = awardsExpanded ? "translateY(0)" : "translateY(-6px)" ;
481- foldList . style . marginTop = awardsExpanded ? "8px" : "0px" ;
481+ foldList . style . marginTop = "0px" ;
482482 void foldList . offsetHeight ;
483483 foldList . style . transition = "" ;
484484 return ;
@@ -493,15 +493,15 @@ function renderAwards(items) {
493493 foldList . style . maxHeight = `${ targetHeight } px` ;
494494 foldList . style . opacity = "1" ;
495495 foldList . style . transform = "translateY(0)" ;
496- foldList . style . marginTop = "8px " ;
496+ foldList . style . marginTop = "0px " ;
497497 } ) ;
498498 return ;
499499 }
500500
501501 foldList . style . maxHeight = `${ targetHeight } px` ;
502502 foldList . style . opacity = "1" ;
503503 foldList . style . transform = "translateY(0)" ;
504- foldList . style . marginTop = "8px " ;
504+ foldList . style . marginTop = "0px " ;
505505 window . requestAnimationFrame ( ( ) => {
506506 foldList . style . maxHeight = "0px" ;
507507 foldList . style . opacity = "0" ;
Original file line number Diff line number Diff line change 130130 ] ,
131131
132132 experience : [
133- {
134-
135- } ,
136133 {
137134 title : "香港中文大学(深圳)数据科学学院" ,
138135 meta : "研究助理 | 2026.07 - 至今" ,
You can’t perform that action at this time.
0 commit comments