fix: element theme adjustment

This commit is contained in:
vben
2024-07-31 22:11:39 +08:00
parent 1c9525a013
commit 9a6e29c401
21 changed files with 80 additions and 52 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# 端口号
VITE_PORT=5566
VITE_PORT=5777
VITE_BASE=/
-1
View File
@@ -3,7 +3,6 @@ import { createApp } from 'vue';
import { registerAccessDirective } from '@vben/access';
import { initStores } from '@vben/stores';
import '@vben/styles';
import '@vben/styles/antd';
import { setupI18n } from '#/locales';