From d148b5972bc7d528c512161974b43513c0a6066a Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 03 十一月 2023 17:49:57 +0800
Subject: [PATCH] 人员信息样式调整+云端设备编码增加滚动条和边框

---
 src/components.d.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components.d.ts b/src/components.d.ts
index c544730..ab30609 100644
--- a/src/components.d.ts
+++ b/src/components.d.ts
@@ -9,6 +9,8 @@
   export interface GlobalComponents {
     AlertLightIcon: typeof import('./components/icons/AlertLightIcon.vue')['default']
     BaseModal: typeof import('./components/BaseModal.vue')['default']
+    CommonModal: typeof import('./components/CommonModal.vue')['default']
+    copy: typeof import('./components/BaseModal copy.vue')['default']
     DashboardLayout: typeof import('./components/DashboardLayout.vue')['default']
     ElButton: typeof import('element-plus/es')['ElButton']
     ElCollapse: typeof import('element-plus/es')['ElCollapse']

--
Gitblit v1.8.0