feat:【ANTD】优化 doc-alert 缺少 margin 间距

This commit is contained in:
YunaiV
2025-07-05 18:30:04 +08:00
parent d0a76e1394
commit 6a537bb202
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ import {
} from '@vueuse/core';
import echarts from './echarts';
// TODO @xingyu有 500kbchina.json 会影响打包么?
import chinaMap from './map/china.json';
type EchartsUIType = typeof EchartsUI | undefined;