From eb4adb7657cf743595f93eb0f445c4c28dbe0343 Mon Sep 17 00:00:00 2001 From: JitHoon Date: Tue, 23 Jan 2024 14:31:25 +0900 Subject: [PATCH] =?UTF-8?q?modify:=20=EB=88=84=EC=A0=81=20=EB=98=91?= =?UTF-8?q?=EB=98=91=20=ED=98=84=ED=99=A9=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20?= =?UTF-8?q?=EB=A1=9C=EB=94=A9=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Report/RightSection/TotalReport/index.loading.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/Report/RightSection/TotalReport/index.loading.tsx b/src/components/Report/RightSection/TotalReport/index.loading.tsx index 46017814..3a422ad2 100644 --- a/src/components/Report/RightSection/TotalReport/index.loading.tsx +++ b/src/components/Report/RightSection/TotalReport/index.loading.tsx @@ -32,10 +32,10 @@ const Container = styled.div` ${theme.response.tablet} { width: 90%; - max-height: 250px; + max-height: 220px; margin: 0; - padding: 20px 10px; + padding: 10px 10px; overflow: hidden; } @@ -59,7 +59,10 @@ const Title = styled(BaseSkeleton)` ${theme.response.tablet} { width: 30%; + + margin-bottom: 15px; border-radius: 7px; + padding-bottom: 5px; } `; @@ -74,6 +77,8 @@ const ContentsWrapper = styled.div` ${theme.response.tablet} { border-radius: 10px; + + gap: 5px; } `; @@ -88,7 +93,7 @@ const ContentsTop = styled(BaseSkeleton)` ${theme.response.tablet} { width: 100%; - height: 65px; + height: 50px; } `;