购买功能fix组件样式

This commit is contained in:
2025-12-22 18:32:34 +08:00
parent 734e71976e
commit df4cdb24b3
11 changed files with 2917 additions and 149 deletions

2
auto-imports.d.ts vendored
View File

@@ -7,7 +7,7 @@
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
const ElLoading: typeof import('element-plus')['ElLoading']
const ElLoading: typeof import('element-plus/es')['ElLoading']
const ElMessage: typeof import('element-plus/es')['ElMessage']
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
const ElNotification: typeof import('element-plus')['ElNotification']