From 40602e2905d6f636439248c47b60529d469ab352 Mon Sep 17 00:00:00 2001 From: TimSpan Date: Wed, 16 Oct 2024 17:15:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E5=AE=89=E4=BF=9D=E5=8A=9B?= =?UTF-8?q?=E9=87=8F=E7=9A=84=20=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 4 + src/components/iconfont/IconFont.vue | 15 +- src/views/page/offLineMap.vue | 360 ++++++++------------------- 3 files changed, 110 insertions(+), 269 deletions(-) diff --git a/components.d.ts b/components.d.ts index 0683e6ac..c4fb95f1 100644 --- a/components.d.ts +++ b/components.d.ts @@ -12,12 +12,16 @@ declare module 'vue' { AButton: typeof import('ant-design-vue/es')['Button'] ACascader: typeof import('ant-design-vue/es')['Cascader'] AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider'] + ADivider: typeof import('ant-design-vue/es')['Divider'] ADropdown: typeof import('ant-design-vue/es')['Dropdown'] AForm: typeof import('ant-design-vue/es')['Form'] AFormItem: typeof import('ant-design-vue/es')['FormItem'] AImage: typeof import('ant-design-vue/es')['Image'] AInput: typeof import('ant-design-vue/es')['Input'] AInputPassword: typeof import('ant-design-vue/es')['InputPassword'] + ALayout: typeof import('ant-design-vue/es')['Layout'] + ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent'] + ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider'] AMenu: typeof import('ant-design-vue/es')['Menu'] AMenuItem: typeof import('ant-design-vue/es')['MenuItem'] ASegmented: typeof import('ant-design-vue/es')['Segmented'] diff --git a/src/components/iconfont/IconFont.vue b/src/components/iconfont/IconFont.vue index d8d0a29e..f83b3a77 100644 --- a/src/components/iconfont/IconFont.vue +++ b/src/components/iconfont/IconFont.vue @@ -1,20 +1,17 @@ - \ No newline at end of file + diff --git a/src/views/page/offLineMap.vue b/src/views/page/offLineMap.vue index 4c1ca1cd..bfe6cab6 100644 --- a/src/views/page/offLineMap.vue +++ b/src/views/page/offLineMap.vue @@ -1,15 +1,8 @@ +