From dbfee503d5b69f9e127259058fd2adbf9acfb740 Mon Sep 17 00:00:00 2001 From: caadiq Date: Fri, 6 Feb 2026 18:01:49 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20BotCard=20=EA=B5=AC=EB=B6=84=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 테두리 및 그림자 강화 - 통계 영역 배경색 추가로 구분감 향상 Co-Authored-By: Claude Opus 4.5 --- .../src/components/pc/admin/bot/BotCard.jsx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/src/components/pc/admin/bot/BotCard.jsx b/frontend/src/components/pc/admin/bot/BotCard.jsx index 389048b..199bb9a 100644 --- a/frontend/src/components/pc/admin/bot/BotCard.jsx +++ b/frontend/src/components/pc/admin/bot/BotCard.jsx @@ -99,7 +99,7 @@ const BotCard = memo(function BotCard({ animate={{ opacity: 1, y: 0 }} transition={isInitialLoad ? { delay: index * 0.05, duration: 0.2 } : { duration: 0.15 }} onAnimationComplete={onAnimationComplete} - className="group relative bg-white rounded-xl border border-gray-100 overflow-hidden hover:border-gray-200 hover:shadow-sm transition-all" + className="group relative bg-white rounded-xl border border-gray-200 shadow-sm overflow-hidden hover:shadow-md transition-all" > {/* 상단: 이름 + 상태 */}
@@ -121,22 +121,22 @@ const BotCard = memo(function BotCard({
{/* 통계 */} -
-
- 추가 - {bot.schedules_added || 0} +
+
+
{bot.schedules_added || 0}
+
총 추가
-
-
- 최근 - 0 ? 'text-green-600' : 'text-gray-400'}`}> +
+
+
0 ? 'text-green-600' : 'text-gray-400'}`}> +{bot.last_added_count || 0} - +
+
최근
-
-
- 간격 - {formatInterval(bot.check_interval)} +
+
+
{formatInterval(bot.check_interval)}
+
간격