diff --git a/README.md b/README.md
index 8c69ed69206f315dbcc941c4028196acf12e28bc..45bc8c83be1a0a7e8d508bfd170502ce32b3ef99 100644
--- a/README.md
+++ b/README.md
@@ -21,12 +21,12 @@ RuoYi-Vue-FastAPI是一套全部开源的快速开发平台,毫无保留给个
* 权限认证使用OAuth2 & Jwt,支持多终端认证系统。
* 支持加载动态权限菜单,多方式轻松权限控制。
* Vue3版本:
- - Gitte仓库地址:https://gitee.com/insistence2022/RuoYi-Vue3-FastAPI。
- - GitHub仓库地址:https://github.com/insistence/RuoYi-Vue3-FastAPI。
+ - Gitte仓库地址:https://gitee.com/insistence2022/RuoYi-Vue3-FastAPI
+ - GitHub仓库地址:https://github.com/insistence/RuoYi-Vue3-FastAPI
* 纯Python版本:
- - Gitte仓库地址:https://gitee.com/insistence2022/dash-fastapi-admin。
- - GitHub仓库地址:https://github.com/insistence/Dash-FastAPI-Admin。
-* 特别鸣谢:[RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue)。
+ - Gitte仓库地址:https://gitee.com/insistence2022/dash-fastapi-admin
+ - GitHub仓库地址:https://github.com/insistence/Dash-FastAPI-Admin
+* 特别鸣谢:[RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue)
## 内置功能
diff --git a/ruoyi-fastapi-frontend/src/views/dashboard/index.vue b/ruoyi-fastapi-frontend/src/views/dashboard/index.vue
index 42226c23cc87d74041707751eaa8e5c7c175a4ff..515fb9906f6c1df95b311a7ceaad209b7011b218 100644
--- a/ruoyi-fastapi-frontend/src/views/dashboard/index.vue
+++ b/ruoyi-fastapi-frontend/src/views/dashboard/index.vue
@@ -157,6 +157,7 @@ import {
Row,
Statistic,
} from "ant-design-vue";
+import 'ant-design-vue/dist/antd.css';
import Vue from "vue";
Vue.component(Avatar.name, Avatar);