From 5b576112d176440d0a48ee80806fb3634d7aa711 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Fri, 8 Mar 2024 17:07:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=E5=88=B0antdv4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/certd-client/package.json | 10 ++- .../src/layout/components/tabs/index.vue | 2 +- .../src/layout/components/theme/index.vue | 2 +- packages/ui/certd-client/src/main.ts | 2 +- .../src/plugin/fast-crud/index.tsx | 2 +- .../ui/certd-client/src/style/antdv4.less | 28 ++++++++ packages/ui/certd-client/src/style/certd.less | 0 .../ui/certd-client/src/style/common.less | 71 ++----------------- .../certd-client/src/style/fix-windicss.less | 1 - .../certd/access/access-selector/index.vue | 2 +- .../component/notification-form/index.vue | 2 +- .../pipeline/component/step-form/index.vue | 2 +- .../pipeline/component/task-form/index.vue | 2 +- .../pipeline/component/task-view/index.vue | 8 +-- .../pipeline/component/trigger-form/index.vue | 4 +- .../views/crud/advanced/in-dialog/index.vue | 2 +- .../src/views/sys/authority/role/index.vue | 2 +- 17 files changed, 53 insertions(+), 89 deletions(-) create mode 100644 packages/ui/certd-client/src/style/antdv4.less create mode 100644 packages/ui/certd-client/src/style/certd.less diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index 5c8e2287..407d03b4 100644 --- a/packages/ui/certd-client/package.json +++ b/packages/ui/certd-client/package.json @@ -28,11 +28,11 @@ "@aws-sdk/s3-request-presigner": "^3.383.0", "@fast-crud/fast-crud": "^1.20.1", "@fast-crud/fast-extends": "^1.20.1", - "@fast-crud/ui-antdv": "^1.20.1", + "@fast-crud/ui-antdv4": "^1.20.1", "@fast-crud/ui-interface": "^1.20.1", "@iconify/vue": "^4.1.1", "@soerenmartius/vue3-clipboard": "^0.1.2", - "ant-design-vue": "3.2.20", + "ant-design-vue": "^4.1.2", "axios": "^1.3.4", "axios-mock-adapter": "^1.21.2", "base64-js": "^1.5.1", @@ -52,7 +52,7 @@ "pinia": "2.1.6", "qiniu-js": "^3.4.1", "sortablejs": "^1.15.0", - "vue": "^3.3.4", + "vue": "^3.4.0", "vue-cropperjs": "^5.0.0", "vue-i18n": "^9.2.2", "vue-router": "^4.2.4", @@ -101,7 +101,6 @@ "stylelint": "^15.10.2", "stylelint-config-prettier": "^9.0.5", "stylelint-order": "^6.0.3", - "tailwindcss": "^3.3.5", "terser": "^5.19.2", "ts-node": "^10.9.1", "typescript": "5.1.6", @@ -114,8 +113,7 @@ "vite-plugin-theme": "^0.8.6", "vite-plugin-windicss": "^1.9.0", "vue-eslint-parser": "^9.3.1", - "vue-tsc": "^1.8.8", - "windicss": "^3.5.6" + "vue-tsc": "^1.8.8" }, "husky": { "hooks": { diff --git a/packages/ui/certd-client/src/layout/components/tabs/index.vue b/packages/ui/certd-client/src/layout/components/tabs/index.vue index 6f289abc..5b5bbfcf 100644 --- a/packages/ui/certd-client/src/layout/components/tabs/index.vue +++ b/packages/ui/certd-client/src/layout/components/tabs/index.vue @@ -5,7 +5,7 @@ - + diff --git a/packages/ui/certd-client/src/layout/components/theme/index.vue b/packages/ui/certd-client/src/layout/components/theme/index.vue index 4f0e6e34..10f45787 100644 --- a/packages/ui/certd-client/src/layout/components/theme/index.vue +++ b/packages/ui/certd-client/src/layout/components/theme/index.vue @@ -1,7 +1,7 @@