diff --git a/src/pages/Profile.tsx b/src/pages/Profile.tsx index fd50bf4..fb67a98 100644 --- a/src/pages/Profile.tsx +++ b/src/pages/Profile.tsx @@ -1,6 +1,6 @@ import { useState, useEffect } from 'react'; -import { Form, Input, Button, Card, message, Avatar, Descriptions, Space, Modal } from 'antd'; -import { UserOutlined, LockOutlined } from '@ant-design/icons'; +import { Form, Input, Button, Card, message, Avatar, Descriptions, Space, Modal, Row, Col } from 'antd'; +import { UserOutlined, LockOutlined, SafetyOutlined } from '@ant-design/icons'; import { authApi } from '@/services/api'; import type { User } from '@/types'; @@ -60,77 +60,108 @@ function ProfilePage() { }; return ( -