fix: tooltipUpload add opacity.

This commit is contained in:
chiayin
2023-12-29 16:39:03 +08:00
parent 9ef441ee83
commit 96263567e6

View File

@@ -103,7 +103,7 @@ export default {
5. Status: Activity status, such as Start or Complete.
6. Attribute: A property that can be associated with a case to provide additional information about that case.`,
// 7. Resource: A resource refers to any entity that is required to carry out a business process. This can include people, equipment, software, or any other type of asset.
class: '!max-w-[400px] !text-[10px]',
class: '!max-w-[400px] !text-[10px] !opacity-80',
autoHide: false,
},
columnType: [
@@ -242,6 +242,9 @@ export default {
mounted() {
// 要有 uploadID 才能進來
this.isInform = true; // 初始為藍字提示
console.log(this.uploadId);
this.uploadId = 770170340
this.uploadFileName = 'abc'
this.filesStore.getUploadDetail();
this.isLoading = false;
},