From 4ca1cf45640f7802ff9bb649f223b27667d4bda3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Fri, 8 Dec 2023 13:24:19 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=96=B0=E5=A2=9E=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E6=98=BE=E7=A4=BA&=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ImageUpload/index.vue | 30 ++++++++++++++++++++++++---- src/views/system/article/publish.vue | 14 +++++++++++-- 2 files changed, 38 insertions(+), 6 deletions(-) diff --git a/src/components/ImageUpload/index.vue b/src/components/ImageUpload/index.vue index 0d4c18c..1a757ba 100644 --- a/src/components/ImageUpload/index.vue +++ b/src/components/ImageUpload/index.vue @@ -17,8 +17,11 @@ :headers="headers" v-model:file-list="fileList" :on-preview="handlePictureCardPreview" + :style="cssVars" :class="{ hide: fileList.length >= limit }"> - + + +