From 5377a76365a60da1dd5c30e3434a65b1e5020d45 Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Wed, 7 Aug 2024 09:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E5=BA=93BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/components/addImages.vue | 1 + src/views/product/components/imageComponent.vue | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/views/product/components/addImages.vue b/src/views/product/components/addImages.vue index 0b202a4..2408df6 100644 --- a/src/views/product/components/addImages.vue +++ b/src/views/product/components/addImages.vue @@ -137,6 +137,7 @@ export default { name: this.typedata }); if (res.msg == '成功') { + this.typedata = '' this.dialogTableVisibles = false this.getType() } diff --git a/src/views/product/components/imageComponent.vue b/src/views/product/components/imageComponent.vue index 4a4b503..b935d55 100644 --- a/src/views/product/components/imageComponent.vue +++ b/src/views/product/components/imageComponent.vue @@ -76,6 +76,8 @@ li { } .listyle { + width: 110px; + height: 110px; margin-right: 10px; margin-top: 10px; border: 5px solid #fff;