From c7d2fb7b04ea184df7c03a615ccda9bd172bb527 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期三, 09 八月 2023 21:19:07 +0800
Subject: [PATCH] 家庭模块的三个图标

---
 ruoyi-ui/src/views/collection/collectionInfo.vue |  130 +++++++++++++++++++++---------------------
 1 files changed, 65 insertions(+), 65 deletions(-)

diff --git a/ruoyi-ui/src/views/collection/collectionInfo.vue b/ruoyi-ui/src/views/collection/collectionInfo.vue
index 77800ff..e5fbf9b 100644
--- a/ruoyi-ui/src/views/collection/collectionInfo.vue
+++ b/ruoyi-ui/src/views/collection/collectionInfo.vue
@@ -69,75 +69,75 @@
              </el-cow>
            </el-row>
          </el-container>
-          <h4 class="form-header">鐢靛瓙鏂囦欢 </h4>
-          <el-upload
-            action="#"
-            list-type="picture-card"
-            multiple
-            :http-request="requestUpload"
-            :file-list="fileList"
-          >
-            <i slot="default" class="el-icon-plus"></i>
-            <div slot="file" slot-scope="{file}">
-              <img
-                class="el-upload-list__item-thumbnail"
-                :src="file.url"
-                alt=""
-                style="width: 147px; height: 147px"
-                fit="cover"
-                :preview-src-list="[file.url]"
-              >
-              <span class="el-upload-list__item-actions" >
-                <span
+         <h4 class="form-header">鐢靛瓙鏂囦欢 </h4>
+         <el-upload
+           action="#"
+           list-type="picture-card"
+           multiple
+           :http-request="requestUpload"
+           :file-list="fileList"
+         >
+           <i slot="default" class="el-icon-plus"></i>
+           <div slot="file" slot-scope="{file}">
+             <img
+               class="el-upload-list__item-thumbnail"
+               :src="file.url"
+               alt=""
+               style="width: 147px; height: 147px"
+               fit="cover"
+               :preview-src-list="[file.url]"
+             >
+             <span class="el-upload-list__item-actions" >
+            <span
 
-                  class="el-upload-list__item-preview"
-                  @click="handlePictureCardPreview(file)"
-                >
-                  <i class="el-icon-zoom-in"></i>
-                </span>
-                <span
+              class="el-upload-list__item-preview"
+              @click="handlePictureCardPreview(file)"
+            >
+              <i class="el-icon-zoom-in"></i>
+            </span>
+            <span
 
-                  class="el-upload-list__item-delete"
-                  @click="handleDownload(file.url)"
-                >
-                  <i class="el-icon-download"></i>
-                </span>
-                <span
-                  v-if="isShow"
-                  class="el-upload-list__item-delete"
-                  @click="handleRemove(file)"
-                >
-                  <i class="el-icon-delete"></i>
-                </span>
-              </span>
+              class="el-upload-list__item-delete"
+              @click="handleDownload(file.url)"
+            >
+              <i class="el-icon-download"></i>
+            </span>
+            <span
+              v-if="isShow"
+              class="el-upload-list__item-delete"
+              @click="handleRemove(file)"
+            >
+              <i class="el-icon-delete"></i>
+            </span>
+          </span>
 
 
-            </div>
-          </el-upload>
+           </div>
+         </el-upload>
 
-          <h4 class="form-header">鍏朵粬闄勪欢 </h4>
-          <el-upload
-            action=""
-            :file-list="fileListOther"
-            class="upload-demo"
-            multiple
-            list-type="picture-card"
-            :on-preview="handleFileCardPreview"
-            :on-remove="handleRemoveFile"
-            :http-request="requestUpload"
-            :show-file-list="true"
-          >
+         <h4 class="form-header">鍏朵粬闄勪欢 </h4>
+         <el-upload
+           action=""
+           :file-list="fileListOther"
+           class="upload-demo"
+           multiple
+           list-type="picture-card"
+           :on-preview="handleFileCardPreview"
+           :on-remove="handleRemoveFile"
+           :http-request="requestUpload"
+           :show-file-list="true"
+         >
 
-            <i slot="default" class="el-icon-plus"></i>
-            <div slot="file" slot-scope="{file}">
-              <img
-                class="el-upload-list__item-thumbnail"
-                src="../../assets/401_images/401.gif"
-                alt=""
-                style="width: 147px; height: 147px"
-                fit="cover"
-              >
-              <span class="el-upload-list__item-actions">
+           <i slot="default" class="el-icon-plus"></i>
+           <div slot="file" slot-scope="{file}">
+             <img
+               class="el-upload-list__item-thumbnail"
+               src="../../assets/401_images/401.gif"
+               alt=""
+               style="width: 147px; height: 147px"
+               fit="cover"
+             >
+             <span class="el-upload-list__item-actions">
                     <span
                       class="el-upload-list__item-preview"
                       @click="handleFileCardPreview(file)"
@@ -161,10 +161,10 @@
                   </span>
 
 
-            </div>
+           </div>
 
 
-          </el-upload>
+         </el-upload>
 
           <el-form-item size="large">
             <el-button v-if="isShow" type="primary" @click="submitForm" :disabled="dsb" >淇敼</el-button>

--
Gitblit v1.9.1