|
@@ -9,7 +9,7 @@
|
|
|
<Delete />
|
|
|
</el-icon>
|
|
|
</div>
|
|
|
-
|
|
|
+<!-- <span>{{item}}</span>-->
|
|
|
</div>
|
|
|
<el-upload
|
|
|
class="box"
|
|
@@ -85,7 +85,6 @@ function upload(file: any) {
|
|
|
fileUpload(fd).then(res => {
|
|
|
fileUrl.value.push({ url: res.data.fileUrl });
|
|
|
emit("update:modelValue", JSON.stringify(fileUrl.value));
|
|
|
-
|
|
|
});
|
|
|
}
|
|
|
|
|
@@ -100,20 +99,18 @@ function del(index: number) {
|
|
|
<style scoped lang="scss">
|
|
|
|
|
|
.box {
|
|
|
- height: 88px;
|
|
|
- width: 88px;
|
|
|
+ height: 90px;
|
|
|
+ width: 90px;
|
|
|
border: #bfc0c2 1px dashed;
|
|
|
border-radius: 10px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
- margin: 0 23px 10px 0;
|
|
|
+ margin-right: 10px;
|
|
|
}
|
|
|
|
|
|
.imgViewBox {
|
|
|
position: relative;
|
|
|
- height: 90px;
|
|
|
- width: 90px;
|
|
|
|
|
|
.imgDeleteBtn {
|
|
|
display: none;
|