From 4d3410f58b66fc4e6cb4a0eededa940a94e39148 Mon Sep 17 00:00:00 2001
From: rd <1344903914@qq.com>
Date: Fri, 5 Sep 2025 17:45:12 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 6 +-
src/App.vue | 7 ++-
.../components/export-task/index.vue | 4 +-
.../components/import-task/index.vue | 4 +-
src/main.ts | 2 +-
.../manuscript-check-table/index.vue | 10 ++--
.../manuscript/check-list/constants.ts | 2 +-
.../check/components/content-card/index.vue | 9 +--
.../manuscript/components/edit-form/index.vue | 30 ++++------
.../share-manuscript-modal/index.vue | 60 +++++++++----------
.../upload-manuscript-modal/index.vue | 21 +++----
.../upload-manuscript-modal/style.scss | 4 ++
.../components/manuscript-table/index.vue | 10 ++--
.../raw-material/components/table/index.vue | 10 ++--
.../components/account-table/index.vue | 16 ++---
.../components/note-table/constants.ts | 14 ++---
.../components/note-table/index.vue | 14 +++--
.../components/account-table/footer-btn.tsx | 2 +-
.../components/add-account-modal/index.vue | 32 ++++++----
.../components/add-account-modal/style.scss | 25 +++-----
.../components/add-project-modal/stepFour.vue | 10 ++--
.../add-project-modal/stepThree.vue | 33 ++++------
.../components/add-project-modal/stepTwo.vue | 23 ++++---
.../components/board-table/index.vue | 26 ++++----
.../components/plan-table/index.vue | 12 ++--
.../components/add-account-modal/index.vue | 26 +++++---
.../select-sub-account-modal/index.vue | 10 ++--
.../manuscript/check-list/constants.ts | 2 +-
.../check/components/content-card/index.vue | 9 +--
.../manuscript/components/edit-form/index.vue | 27 ++++-----
.../upload-manuscript-modal/index.vue | 20 +++----
31 files changed, 221 insertions(+), 259 deletions(-)
diff --git a/README.md b/README.md
index 5fa330d..d5e7b93 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## template-admin-ts
-基于 Arco Design Pro 的中后台管理模板
+基于 Ant Design Vue 的中后台管理模板
- vite 4.x
- vue 3.x
@@ -10,7 +10,7 @@
- axios
- dayjs
- lodash
-- arco-design
+- ant-design-vue
- less
- eslint + prettier
@@ -183,7 +183,7 @@ export { default as Comp } from './comp/index.vue';
```
-### `ui` 框架 [`ArcoVue`](https://arco.design/vue/docs/start)
+### `ui` 框架 [`Ant Design Vue`](https://antdv.com/)
- 自动导入组件,无需再次导入
- 图标库已配置,同组件使用
diff --git a/src/App.vue b/src/App.vue
index f151887..dd4873b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,8 +1,8 @@
-
+
-
+