File tree 1 file changed +3
-3
lines changed
packages/vue/src/upload-list/src
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
>
67
67
<div class =" flex" data-tag =" tiny-upload-list-name" >
68
68
<div
69
- class =" flex-1 sm:mr-6 text-sm sm:text-xs leading-5.5 text-color-text-primary overflow-hidden text-ellipsis whitespace-nowrap"
69
+ class =" flex-1 sm:mr-6 text-xs sm:text-sm leading-5.5 text-color-text-primary overflow-hidden text-ellipsis whitespace-nowrap"
70
70
>
71
71
<span :title =" file.name" >{{
72
72
file.name
115
115
t('ui.uploadList.uploadFailedAndReupload')
116
116
}}</span >
117
117
</span >
118
- <span v-else-if =" ~['uploading'].indexOf(file.status)" class =" text-color-text-placeholder " >{{
118
+ <span v-else-if =" ~['uploading'].indexOf(file.status)" class =" text-color-text-secondary " >{{
119
119
formatFileSize((file.size * file.percentage) / 100) + '/' + formatFileSize(file.size)
120
120
}}</span >
121
- <span v-else class =" text-color-text-placeholder " >{{ formatFileSize(file.size) }}</span >
121
+ <span v-else class =" text-color-text-secondary " >{{ formatFileSize(file.size) }}</span >
122
122
</span >
123
123
<span class =" flex-1 ml-2 overflow-hidden text-ellipsis whitespace-nowrap text-right text-color-none" >
124
124
<slot name =" assist-content" :file =" file" ></slot >
You can’t perform that action at this time.
0 commit comments