This commit is contained in:
王一嘉
2025-07-17 17:51:12 +08:00
parent d0342c06a9
commit e86f7a3fce
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 354 KiB

After

Width:  |  Height:  |  Size: 354 KiB

View File

@@ -3,7 +3,7 @@
<template>
<div class="w-full h-screen relative flex justify-center items-center">
<img class="w-full h-full absolute left-0 top-0 -z-10 object-cover" src="../../assets/images/背景.png" alt=""/>
<img class="w-full h-full absolute left-0 top-0 -z-10 object-cover" src="../../assets/images/BG.png" alt=""/>
<router-view v-slot="{ Component, route }">
<transition name="fade">