fix: 添加过渡动画
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
//*,
|
||||
//*:after,
|
||||
//*:before {
|
||||
// box-sizing: border-box;
|
||||
//}
|
||||
*,
|
||||
*:after,
|
||||
*:before {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@@ -3,12 +3,15 @@
|
||||
|
||||
import HomeIndex from '@/components/HomeIndex'
|
||||
|
||||
// import Loading from '@/components/Loading'
|
||||
|
||||
export default () => {
|
||||
return (
|
||||
<div>
|
||||
{/*<DefaultLayOut />*/}
|
||||
{/*<BlurCard />*/}
|
||||
<HomeIndex />
|
||||
{/*<Loading />*/}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
@@ -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()
|
||||
|
Reference in New Issue
Block a user