fix: 添加过渡动画

This commit is contained in:
landaiqing
2024-04-22 16:24:45 +08:00
parent b53a7e2853
commit 46462c4514
17 changed files with 228 additions and 68 deletions

View File

@@ -1,8 +1,8 @@
//*,
//*:after,
//*:before {
// box-sizing: border-box;
//}
*,
*:after,
*:before {
box-sizing: border-box;
}

View File

@@ -3,12 +3,15 @@
import HomeIndex from '@/components/HomeIndex'
// import Loading from '@/components/Loading'
export default () => {
return (
<div>
{/*<DefaultLayOut />*/}
{/*<BlurCard />*/}
<HomeIndex />
{/*<Loading />*/}
</div>
)
}

View File

@@ -12,6 +12,7 @@ import FooterComponent from '@/components/Footer'
type LoginType = 'phone'
export default observer(() => {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
const [generateMpRegCodeData, setGenerateMpRegCodeData] = useState<API.GenerateMpRegCode>({})
const [form] = Form.useForm()