Ver código fonte

build修改上传样式

zengyicheng 1 ano atrás
pai
commit
b730fa66bf

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/css/316.9339f71c.css


+ 0 - 0
dist/css/316.6c24c98e.css → dist/css/402.6c24c98e.css


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/css/601.5276ea91.css


+ 1 - 1
dist/index.html

@@ -1 +1 @@
-<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>双创学院管理系统</title><script defer="defer" src="/js/chunk-vendors.c0eb00f6.js"></script><script defer="defer" src="/js/app.740d6ef3.js"></script><link href="/css/chunk-vendors.0225060a.css" rel="stylesheet"><link href="/css/app.878f2d55.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
+<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>双创学院管理系统</title><script defer="defer" src="/js/chunk-vendors.c0eb00f6.js"></script><script defer="defer" src="/js/app.e39653eb.js"></script><link href="/css/chunk-vendors.0225060a.css" rel="stylesheet"><link href="/css/app.878f2d55.css" rel="stylesheet"></head><body><div id="app"></div></body></html>

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/js/316.23214198.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/js/316.23214198.js.map


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/js/402.2d5be210.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/js/402.2d5be210.js.map


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/js/601.acd5ea39.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/js/601.acd5ea39.js.map


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/js/803.b6ba5871.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/js/803.b6ba5871.js.map


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/js/869.2186401a.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/js/869.2186401a.js.map


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/js/app.e39653eb.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/js/app.e39653eb.js.map


BIN
src/assets/img/delete_u.png


BIN
src/assets/img/u_video.png


+ 126 - 350
src/views/projectManage/components/Closingstatement.vue

@@ -311,53 +311,17 @@
                 .resultAccessory"
               :key="index + 'a'"
             >
-              <div style="cursor: pointer" @click="checkFile(item.url)">
-                <div class="masking-out">
-                  <div class="delete" @click="deleteFile(index)">×</div>
+              <div class="fileBox">
+                <div class="fileBoxLeft" @click="checkFile(item.url)">
+                  <div class="chapter_upload_l_i3"></div>
+                  <div class="titName">{{ item.fileName }}</div>
+                </div>
+                <div class="fileBoxRight">
+                  <div
+                    class="chapter_upload_ic_r"
+                    @click="deleteFile(index)"
+                  ></div>
                 </div>
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].resultAccessory
-                      .length > 0 &&
-                    image.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  :src="item.url"
-                  alt=""
-                />
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].resultAccessory
-                      .length > 0 &&
-                    word.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  src="../../../assets/img/word.png"
-                  alt=""
-                />
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].resultAccessory
-                      .length > 0 &&
-                    pdf.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  src="../../../assets/img/pdf.png"
-                  alt=""
-                />
-                <div class="titName">{{ item.fileName }}</div>
               </div>
             </div>
           </div>
@@ -394,55 +358,17 @@
               :key="index + 'a'"
               style="cursor: pointer"
             >
-              <div style="cursor: pointer" @click="checkFile(item.url)">
-                <div class="masking-out">
-                  <div class="delete" @click="deletefirmAccessory(index)">
-                    ×
-                  </div>
+              <div class="fileBox">
+                <div class="fileBoxLeft" @click="checkFile(item.url)">
+                  <div class="chapter_upload_l_i3"></div>
+                  <div class="titName">{{ item.fileName }}</div>
+                </div>
+                <div class="fileBoxRight">
+                  <div
+                    class="chapter_upload_ic_r"
+                    @click="deleteFile(index)"
+                  ></div>
                 </div>
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].firmAccessory
-                      .length > 0 &&
-                    image.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  :src="item.url"
-                  alt=""
-                />
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].firmAccessory
-                      .length > 0 &&
-                    word.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  src="../../../assets/img/word.png"
-                  alt=""
-                />
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].firmAccessory
-                      .length > 0 &&
-                    pdf.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  src="../../../assets/img/pdf.png"
-                  alt=""
-                />
-                <div class="titName">{{ item.fileName }}</div>
               </div>
             </div>
           </div>
@@ -478,58 +404,17 @@
                 .competitionAccessory"
               :key="index + 'a'"
             >
-              <div style="cursor: pointer" @click="checkFile(item.url)">
-                <div class="masking-out">
+              <div class="fileBox">
+                <div class="fileBoxLeft" @click="checkFile(item.url)">
+                  <div class="chapter_upload_l_i3"></div>
+                  <div class="titName">{{ item.fileName }}</div>
+                </div>
+                <div class="fileBoxRight">
                   <div
-                    class="delete"
-                    @click="deletecompetitionAccessory(index)"
-                  >
-                    ×
-                  </div>
+                    class="chapter_upload_ic_r"
+                    @click="deleteFile(index)"
+                  ></div>
                 </div>
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].competitionAccessory
-                      .length > 0 &&
-                    image.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  :src="item.url"
-                  alt=""
-                />
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].competitionAccessory
-                      .length > 0 &&
-                    word.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  src="../../../assets/img/word.png"
-                  alt=""
-                />
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].competitionAccessory
-                      .length > 0 &&
-                    pdf.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  src="../../../assets/img/pdf.png"
-                  alt=""
-                />
-                <div class="titName">{{ item.fileName }}</div>
               </div>
             </div>
           </div>
@@ -559,55 +444,17 @@
                 .exchangeAccessory"
               :key="index + 'a'"
             >
-              <div style="cursor: pointer" @click="checkFile(item.url)">
-                <div class="masking-out">
-                  <div class="delete" @click="deleteexchangeAccessory(index)">
-                    ×
-                  </div>
+              <div class="fileBox">
+                <div class="fileBoxLeft" @click="checkFile(item.url)">
+                  <div class="chapter_upload_l_i3"></div>
+                  <div class="titName">{{ item.fileName }}</div>
+                </div>
+                <div class="fileBoxRight">
+                  <div
+                    class="chapter_upload_ic_r"
+                    @click="deleteFile(index)"
+                  ></div>
                 </div>
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].exchangeAccessory
-                      .length > 0 &&
-                    image.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  :src="item.url"
-                  alt=""
-                />
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].exchangeAccessory
-                      .length > 0 &&
-                    word.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  src="../../../assets/img/word.png"
-                  alt=""
-                />
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].exchangeAccessory
-                      .length > 0 &&
-                    pdf.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  src="../../../assets/img/pdf.png"
-                  alt=""
-                />
-                <div class="titName">{{ item.fileName }}</div>
               </div>
             </div>
           </div>
@@ -637,55 +484,17 @@
                 .conversionAccessory"
               :key="index + 'a'"
             >
-              <div style="cursor: pointer" @click="checkFile(item.url)">
-                <div class="masking-out">
-                  <div class="delete" @click="deleteconversionAccessory(index)">
-                    ×
-                  </div>
+              <div class="fileBox">
+                <div class="fileBoxLeft" @click="checkFile(item.url)">
+                  <div class="chapter_upload_l_i3"></div>
+                  <div class="titName">{{ item.fileName }}</div>
+                </div>
+                <div class="fileBoxRight">
+                  <div
+                    class="chapter_upload_ic_r"
+                    @click="deleteFile(index)"
+                  ></div>
                 </div>
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].conversionAccessory
-                      .length > 0 &&
-                    image.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  :src="item.url"
-                  alt=""
-                />
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].conversionAccessory
-                      .length > 0 &&
-                    word.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  src="../../../assets/img/word.png"
-                  alt=""
-                />
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].conversionAccessory
-                      .length > 0 &&
-                    pdf.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  src="../../../assets/img/pdf.png"
-                  alt=""
-                />
-                <div class="titName">{{ item.fileName }}</div>
               </div>
             </div>
           </div>
@@ -715,55 +524,17 @@
                 .talentsAccessory"
               :key="index + 'a'"
             >
-              <div style="cursor: pointer" @click="checkFile(item.url)">
-                <div class="masking-out">
-                  <div class="delete" @click="deletetalentsAccessory(index)">
-                    ×
-                  </div>
+              <div class="fileBox">
+                <div class="fileBoxLeft" @click="checkFile(item.url)">
+                  <div class="chapter_upload_l_i3"></div>
+                  <div class="titName">{{ item.fileName }}</div>
+                </div>
+                <div class="fileBoxRight">
+                  <div
+                    class="chapter_upload_ic_r"
+                    @click="deleteFile(index)"
+                  ></div>
                 </div>
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].talentsAccessory
-                      .length > 0 &&
-                    image.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  :src="item.url"
-                  alt=""
-                />
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].talentsAccessory
-                      .length > 0 &&
-                    word.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  src="../../../assets/img/word.png"
-                  alt=""
-                />
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].talentsAccessory
-                      .length > 0 &&
-                    pdf.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  src="../../../assets/img/pdf.png"
-                  alt=""
-                />
-                <div class="titName">{{ item.fileName }}</div>
               </div>
             </div>
           </div>
@@ -831,55 +602,17 @@
                 .taskAccessory"
               :key="index + 'a'"
             >
-              <div style="cursor: pointer" @click="checkFile(item.url)">
-                <div class="masking-out">
-                  <div class="delete" @click="deletetaskAccessory(index)">
-                    ×
-                  </div>
+              <div class="fileBox">
+                <div class="fileBoxLeft" @click="checkFile(item.url)">
+                  <div class="chapter_upload_l_i3"></div>
+                  <div class="titName">{{ item.fileName }}</div>
+                </div>
+                <div class="fileBoxRight">
+                  <div
+                    class="chapter_upload_ic_r"
+                    @click="deleteFile(index)"
+                  ></div>
                 </div>
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].taskAccessory
-                      .length > 0 &&
-                    image.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  :src="item.url"
-                  alt=""
-                />
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].taskAccessory
-                      .length > 0 &&
-                    word.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  src="../../../assets/img/word.png"
-                  alt=""
-                />
-                <img
-                  style="width: 100%; height: 100%"
-                  v-show="
-                    myArrayProp[0]['ClosingstatementData'].taskAccessory
-                      .length > 0 &&
-                    pdf.indexOf(
-                      item.url
-                        .split('.')
-                        [item.url.split('.').length - 1].toLocaleUpperCase()
-                    ) != -1
-                  "
-                  src="../../../assets/img/pdf.png"
-                  alt=""
-                />
-                <div class="titName">{{ item.fileName }}</div>
               </div>
             </div>
           </div>
@@ -1467,26 +1200,69 @@ table {
     padding: 10px;
     position: relative;
     .bigBlock {
-      width: 100%;
+      width: 98%;
       min-height: 200px;
       display: flex;
+      flex-direction: column;
+      flex-wrap: nowrap;
+      align-items: flex-start;
+      border: 1px solid #cad1dc;
+      border-radius: 4px;
+      padding: 10px;
+      margin: 10px 0 0 0;
+      max-height: 200px;
+      overflow: auto;
       .fileBlock {
-        width: 100px;
-        height: 150px;
+        width: 98%;
         margin-right: 20px;
         position: relative;
         border-radius: 5%;
-        // overflow: hidden;
-        .titName {
-          position: absolute;
-          bottom: -50px;
-          display: -webkit-box;
-          overflow: hidden;
-          white-space: normal !important;
-          text-overflow: ellipsis;
-          word-wrap: break-word;
-          -webkit-line-clamp: 3;
-          -webkit-box-orient: vertical;
+        padding: 5px 0 5px 0;
+        border-bottom: 1px solid #cad1dc;
+        .fileBox {
+          display: flex;
+          flex-direction: row;
+          flex-wrap: nowrap;
+          justify-content: space-between;
+          align-items: center;
+
+          .fileBoxLeft {
+            cursor: pointer;
+            display: flex;
+            flex-direction: row;
+            flex-wrap: nowrap;
+            align-items: center;
+            .chapter_upload_l_i3 {
+              width: 15px;
+              height: 15px;
+              background-repeat: no-repeat;
+              background-size: 100% 100%;
+              background-image: url("../../../assets/img/u_video.png");
+            }
+            .titName {
+              width: calc(100% - 15px);
+              white-space: nowrap;
+              overflow: hidden;
+              text-overflow: ellipsis;
+              word-break: break-word;
+              text-align: left;
+              margin-left: 10px;
+            }
+          }
+          .fileBoxRight {
+            cursor: pointer;
+            display: flex;
+            flex-direction: row;
+            flex-wrap: nowrap;
+            align-items: center;
+            .chapter_upload_ic_r div {
+              width: 18px;
+              height: 18px;
+              background-repeat: no-repeat;
+              background-size: 100% 100%;
+              background-image: url("../../../assets/img/delete_u.png");
+            }
+          }
         }
       }
       .masking-out {

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff