Compare commits
No commits in common. "e221bedb817517ce24ea06d9e5ad6a1bcd9c36a9" and "0ec1a7327a385ad17c7466ff7f40fae85505f294" have entirely different histories.
e221bedb81
...
0ec1a7327a
|
@ -24,8 +24,7 @@
|
||||||
<div class="prepare-body-main-item">
|
<div class="prepare-body-main-item">
|
||||||
<div class="prepare-uploader-progress" :style="{ width: item.percentage + '%' }"></div>
|
<div class="prepare-uploader-progress" :style="{ width: item.percentage + '%' }"></div>
|
||||||
<div class="prepare-body-main-item-icon">
|
<div class="prepare-body-main-item-icon">
|
||||||
<FileImage :size="50" :file-name="item.raw.name" />
|
<svg
|
||||||
<!-- <svg
|
|
||||||
class="icon"
|
class="icon"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
font-size="50px"
|
font-size="50px"
|
||||||
|
@ -33,7 +32,7 @@
|
||||||
style="margin: auto"
|
style="margin: auto"
|
||||||
>
|
>
|
||||||
<use xlink:href="#icon-ppt"></use>
|
<use xlink:href="#icon-ppt"></use>
|
||||||
</svg>-->
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<div class="prepare-body-main-item-info">
|
<div class="prepare-body-main-item-info">
|
||||||
<div class="prepare-item-info-title">{{ item.raw.name }}</div>
|
<div class="prepare-item-info-title">{{ item.raw.name }}</div>
|
||||||
|
@ -63,11 +62,10 @@ import { getToken } from '@/utils/auth'
|
||||||
// import CryptoJS from 'crypto-js/md5'
|
// import CryptoJS from 'crypto-js/md5'
|
||||||
import SparkMD5 from 'spark-md5'
|
import SparkMD5 from 'spark-md5'
|
||||||
import { DeleteFilled } from '@element-plus/icons-vue'
|
import { DeleteFilled } from '@element-plus/icons-vue'
|
||||||
import FileImage from '@/components/file-image/index.vue'
|
|
||||||
const { ipcRenderer } = window.electron || {}
|
const { ipcRenderer } = window.electron || {}
|
||||||
export default {
|
export default {
|
||||||
name: 'Uploader',
|
name: 'Uploader',
|
||||||
components: { DeleteFilled, FileImage },
|
components: { DeleteFilled },
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
timer: null,
|
timer: null,
|
||||||
|
|
Loading…
Reference in New Issue