@@ -1,7 +1,7 @@
<template>
<div class="deleteUploadImgTaskPhoto">
<van-row gutter="10">
- <van-col span="6" style="background: #f5f5f5" v-if="insert == '1'">
+ <van-col span="6" style="" v-if="insert == '1'">
<div class="addImg">
<uploadVNormalTaskPhoto
:imgArr="imgs"
@@ -158,11 +158,11 @@ export default {
margin-left: 20px;
}
.addImg {
- width: 100%;
height: 88px;
display: flex;
align-items: center;
justify-content: center;
+ background: #f5f5f5;
.imgview {
width: 100%;
@@ -318,11 +318,11 @@ export default {
.itemBottom {
- width: 40px;
+ width: 35px;
margin-left: 5px;
img {
- height: 33px;
+ height: 30px;