Browse Source

Project Init

yigeren911 1 year ago
parent
commit
593005d41a

+ 1 - 0
.gitignore

@@ -1,2 +1,3 @@
 node_modules
 dist
+/dist.zip

+ 4 - 7
src/components/pictureUpload/multiple.vue

@@ -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;

+ 0 - 1
src/views/backend/enterprise/project/parking/index.vue

@@ -109,7 +109,6 @@
                     </el-button>
                   </template>
                 </el-popconfirm>
-
               </div>
             </template>
           </el-table-column>