From 5bbdcffb97d6075ccd68f8bebb0f6205251aea23 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Mon, 18 May 2026 16:38:56 +0800 Subject: [PATCH] Merge branch 'main' into antdv-next --- playground/src/bootstrap.ts | 2 +- .../src/views/examples/vxe-table/viewed.vue | 38 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/playground/src/bootstrap.ts b/playground/src/bootstrap.ts index 1685a718b..1df00ac75 100644 --- a/playground/src/bootstrap.ts +++ b/playground/src/bootstrap.ts @@ -6,7 +6,7 @@ import { providePluginsOptions } from '@vben/plugins'; import { preferences } from '@vben/preferences'; import { initStores } from '@vben/stores'; import '@vben/styles'; -import '@vben/styles/antd'; +import '@vben/styles/antdv-next'; import { useTitle } from '@vueuse/core'; diff --git a/playground/src/views/examples/vxe-table/viewed.vue b/playground/src/views/examples/vxe-table/viewed.vue index e535fe939..d2b485566 100644 --- a/playground/src/views/examples/vxe-table/viewed.vue +++ b/playground/src/views/examples/vxe-table/viewed.vue @@ -1,15 +1,15 @@