backup with working

This commit is contained in:
2024-10-22 17:09:19 +08:00
parent d637442fda
commit 423f6e30ae

View File

@@ -150,7 +150,7 @@ const copyTaskId = (extraMessage?: string) => {
/>
<div
v-else
class="absolute inset-0 bg-gradient-to-br from-purple-400 to-primary-400 flex justify-center items-center"
class="absolute inset-0 bg-gradient-to-br from-purple-400 to-primary-400 flex justify-center items-center pattern"
>
<Icon
v-if="isFailed"
@@ -293,5 +293,4 @@ const copyTaskId = (extraMessage?: string) => {
</template>
<style scoped>
</style>