瀏覽代碼

feat: 添加txt文件格式标志

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 1 年之前
父節點
當前提交
b7a45a1778
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 二進制
      jypoints-pc/src/assets/image/txt.png
  2. 6 1
      jypoints-pc/src/components/DocsExchange.vue

二進制
jypoints-pc/src/assets/image/txt.png


+ 6 - 1
jypoints-pc/src/components/DocsExchange.vue

@@ -86,7 +86,8 @@ export default {
         1: 'word',
         1: 'word',
         2: 'pdf',
         2: 'pdf',
         3: 'excel',
         3: 'excel',
-        4: 'ppt'
+        4: 'ppt',
+        5: 'txt'
       }
       }
     }
     }
   },
   },
@@ -186,6 +187,10 @@ $vip_color: #B1700E;
     background: url("~@/assets/image/ppt@2x.png") no-repeat center center;
     background: url("~@/assets/image/ppt@2x.png") no-repeat center center;
     background-size: contain;
     background-size: contain;
   }
   }
+  .m-txt{
+    background: url("~@/assets/image/txt.png") no-repeat center center;
+    background-size: contain;
+  }
 }
 }
 
 
 .confirm-button {
 .confirm-button {