From 9cc0ce21b8259e02e9e7be26d67e54ac8e5af948 Mon Sep 17 00:00:00 2001 From: sunlei Date: Sat, 16 May 2026 13:33:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=98=BB=E6=AD=A2=E5=B0=81=E9=9D=A2?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E5=86=92=E6=B3=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/chartList/ChartList.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/modules/chartList/ChartList.vue b/src/modules/chartList/ChartList.vue index 3ed9201..083a947 100644 --- a/src/modules/chartList/ChartList.vue +++ b/src/modules/chartList/ChartList.vue @@ -213,12 +213,9 @@ const handleRemove = async (id: string) => { :class="{ 'is-empty': !item.image }" @click="!item.image && chartClick(item.id)" > - +
+ +
@@ -360,6 +357,11 @@ const handleRemove = async (id: string) => { height: 100%; } +.chart-preview-trigger { + width: 100%; + height: 100%; +} + :deep(.chart-cover .ant-image) { display: flex; align-items: center;