From 41db731e403efa325f007c28970bb47557d5df75 Mon Sep 17 00:00:00 2001 From: zc Date: Wed, 11 Mar 2026 17:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A7=86=E9=A2=91=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/components.d.ts | 3 +++ src/views/weightManage/index.vue | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/types/components.d.ts b/src/types/components.d.ts index b565da9..5250238 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -41,6 +41,7 @@ declare module 'vue' { AMenu: typeof import('@arco-design/web-vue')['Menu'] AMenuItem: typeof import('@arco-design/web-vue')['MenuItem'] AModal: typeof import('@arco-design/web-vue')['Modal'] + AOverflowList: typeof import('@arco-design/web-vue')['OverflowList'] APagination: typeof import('@arco-design/web-vue')['Pagination'] APopover: typeof import('@arco-design/web-vue')['Popover'] AProgress: typeof import('@arco-design/web-vue')['Progress'] @@ -52,6 +53,7 @@ declare module 'vue' { ASelect: typeof import('@arco-design/web-vue')['Select'] ASpace: typeof import('@arco-design/web-vue')['Space'] ASpin: typeof import('@arco-design/web-vue')['Spin'] + AStatistic: typeof import('@arco-design/web-vue')['Statistic'] ASubMenu: typeof import('@arco-design/web-vue')['SubMenu'] ASwitch: typeof import('@arco-design/web-vue')['Switch'] ATable: typeof import('@arco-design/web-vue')['Table'] @@ -60,6 +62,7 @@ declare module 'vue' { ATag: typeof import('@arco-design/web-vue')['Tag'] ATooltip: typeof import('@arco-design/web-vue')['Tooltip'] ATreeSelect: typeof import('@arco-design/web-vue')['TreeSelect'] + ATypographyParagraph: typeof import('@arco-design/web-vue')['TypographyParagraph'] AUpload: typeof import('@arco-design/web-vue')['Upload'] Avatar: typeof import('./../components/Avatar/index.vue')['default'] AWatermark: typeof import('@arco-design/web-vue')['Watermark'] diff --git a/src/views/weightManage/index.vue b/src/views/weightManage/index.vue index 1d51dae..2c31cc0 100644 --- a/src/views/weightManage/index.vue +++ b/src/views/weightManage/index.vue @@ -103,7 +103,6 @@ LIVE -
实时画面 相机2
@@ -1258,6 +1257,7 @@ onUnmounted(() => { /* 主内容区域 */ .main-content { display: flex; + align-items: flex-start; margin-bottom: 30px; } @@ -1310,7 +1310,7 @@ onUnmounted(() => { background: #000; border-radius: 4px; overflow: hidden; - margin: 20px 0; + margin-bottom: 20px; } .video-container video {