@@ -8,7 +8,7 @@ function Home() {
return (
<div>
<Title level={2}>欢迎使用会友信息管理系统</Title>
- <p>当前时间: 2024-10-29 11:57:05</p>
+ <p>当前时间: 2024-10-29 11:58:53</p>
<Row gutter={16} style={{ marginTop: 20 }}>
<Col span={8}>
<Card>
@@ -1,6 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.jsx'
+import 'antd/dist/antd.css'
ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>