mirror of https://github.com/fantasticit/think.git
fix: fix dark style
This commit is contained in:
parent
de77948d68
commit
dffbc3e464
|
@ -17,8 +17,8 @@ const Page = () => {
|
||||||
const onFinish = (values) => {
|
const onFinish = (values) => {
|
||||||
registerWithLoading(values).then((res) => {
|
registerWithLoading(values).then((res) => {
|
||||||
Modal.confirm({
|
Modal.confirm({
|
||||||
title: '注册成功',
|
title: <Title heading={5}>注册成功</Title>,
|
||||||
content: '是否跳转至登录?',
|
content: <Text>是否跳转至登录?</Text>,
|
||||||
okText: '确认',
|
okText: '确认',
|
||||||
cancelText: '取消',
|
cancelText: '取消',
|
||||||
onOk() {
|
onOk() {
|
||||||
|
|
Loading…
Reference in New Issue