调整homeNav导航跳转页面
This commit is contained in:
@@ -19,7 +19,7 @@ const newJourney = ()=>{
|
||||
}
|
||||
|
||||
const historicalReview = ()=>{
|
||||
router.push(`/workshop/creation?flowType=${FlowType.HISTORICAL}`)
|
||||
router.push(`/workshop/creation?flowType=${FlowType.HISTORY}`)
|
||||
}
|
||||
|
||||
onMounted(()=>{
|
||||
@@ -70,7 +70,7 @@ defineExpose({})
|
||||
margin-bottom: 8rem;
|
||||
line-height: 13.1rem;
|
||||
border: 1.16px solid #FFFFFF;
|
||||
backdrop-filter: blur(40.50761795043945px);
|
||||
backdrop-filter: blur(2.5rem);
|
||||
background: radial-gradient(100% 100% at 0% 0%, rgba(115, 115, 115, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
|
||||
&:last-child{
|
||||
margin-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user