From d78f14f1abe8b2549127759fea363489e25bfe8a Mon Sep 17 00:00:00 2001 From: novice1993 Date: Mon, 18 Sep 2023 06:03:24 +0900 Subject: [PATCH] =?UTF-8?q?[Design]=20=EC=A2=8C=EC=B8=A1=20=EC=A2=85?= =?UTF-8?q?=EB=AA=A9=EA=B4=80=EB=A0=A8=20=EC=BB=B4=ED=8F=AC=EB=84=8C?= =?UTF-8?q?=ED=8A=B8=20CSS=20=EC=9D=BC=EB=B6=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 좌측 종목 컴포넌트 관련 CSS 일부 수정 (padding 값 수정) Issues #122 --- client/src/components/HoldingList/StockItem.tsx | 2 +- client/src/hooks/useGetStockChart.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/HoldingList/StockItem.tsx b/client/src/components/HoldingList/StockItem.tsx index 84c05b0c..9f476d29 100644 --- a/client/src/components/HoldingList/StockItem.tsx +++ b/client/src/components/HoldingList/StockItem.tsx @@ -191,7 +191,7 @@ const DetailSection02 = styled.div` /* align-items: center; */ justify-content: center; gap: 2px; - /* padding-left: 1px; */ + padding-left: 3px; /* padding-right: 10px; */ `; diff --git a/client/src/hooks/useGetStockChart.ts b/client/src/hooks/useGetStockChart.ts index 52bb790e..acff38fc 100644 --- a/client/src/hooks/useGetStockChart.ts +++ b/client/src/hooks/useGetStockChart.ts @@ -95,7 +95,7 @@ const useGetStockChart = (companyId: number) => { const movingAvgLine = calculateMovingAvgLine(averageLineMinute, organizedChartData); const options = { - animation: false, + animation: true, legend: { top: 10, left: "left",