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;