diff --git a/src/components/SoftwareCard.vue b/src/components/SoftwareCard.vue index 1fc80bd..c63e2b3 100644 --- a/src/components/SoftwareCard.vue +++ b/src/components/SoftwareCard.vue @@ -102,9 +102,13 @@ 已完成 -
- ❌ 失败 -
+ @@ -366,6 +370,16 @@ const handleCardClick = () => { color: white; } +.retry-btn { + background-color: rgba(255, 59, 48, 0.05); + color: #FF3B30; +} + +.retry-btn:hover { + background-color: #FF3B30; + color: white; +} + .installed-btn { background-color: #F2F2F7; color: #AEAEB2;