diff --git a/src/common/assets/img/login/background.png b/src/common/assets/img/login/background.png new file mode 100644 index 0000000..ff055db Binary files /dev/null and b/src/common/assets/img/login/background.png differ diff --git a/src/modules/login/components/Login.tsx b/src/modules/login/components/Login.tsx index 248de3f..c3a7dcb 100644 --- a/src/modules/login/components/Login.tsx +++ b/src/modules/login/components/Login.tsx @@ -1,16 +1,13 @@ import { Image, View } from '@tarojs/components'; import { memo } from 'react'; -import TopBackground from '@/common/assets/img/login/top_background.png'; +import TopBackground from '@/common/assets/img/login/background.png'; import AuthForm from './AuthForm'; const Login: React.FC = memo(() => ( - + )); diff --git a/src/modules/notification/components/Notification.tsx b/src/modules/notification/components/Notification.tsx index cd93e95..ba122e0 100644 --- a/src/modules/notification/components/Notification.tsx +++ b/src/modules/notification/components/Notification.tsx @@ -132,7 +132,7 @@ const Notification: React.FC = memo(() => { }, [tab]); return ( - +