feat: CMA前端UI优化第三轮P2 — mc-dialog→el-dialog+按钮统一+MapCanvas拆组件+全局过渡动画

This commit is contained in:
Hermes CI Fix
2026-07-18 17:29:38 +08:00
parent 1865a2f165
commit 430d9f23fe
9 changed files with 463 additions and 402 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
<template>
<router-view />
<router-view v-slot="{ Component }">
<transition name="fade" mode="out-in">
<component :is="Component" />
</transition>
</router-view>
</template>
<script setup lang="ts">