From 58d35a2881733c746d4e7fd12400cb84b01c0cf1 Mon Sep 17 00:00:00 2001 From: ysCha Date: Mon, 4 Aug 2025 15:53:34 +0900 Subject: [PATCH] =?UTF-8?q?[1218]=20WINDOW=EB=A5=BC=20=EC=9D=B4=EB=8F=99?= =?UTF-8?q?=ED=95=A0=20=EB=95=8C=20=EC=9E=A1=EB=8A=94=20=EC=98=81=EC=97=AD?= =?UTF-8?q?=20-=20=EC=A0=84=EC=B2=B4=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/draggable/WithDraggable.jsx | 2 +- src/styles/_modal.scss | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/common/draggable/WithDraggable.jsx b/src/components/common/draggable/WithDraggable.jsx index 9a51358c..99123e49 100644 --- a/src/components/common/draggable/WithDraggable.jsx +++ b/src/components/common/draggable/WithDraggable.jsx @@ -24,7 +24,7 @@ export default function WithDraggable({ isShow, children, pos = { x: 0, y: 0 }, handleOnDrag(e, data)} - handle={handle === '' ? '.modal-handle' : handle} + handle= ''//{handle === '' ? '.modal-handle' : handle} //전체 handle >
{children} diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index f62c8592..4465f09a 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -150,7 +150,7 @@ $alert-color: #101010; position: absolute; top: 0; left: 0; - width: 15px; + width: 5px; height: 100%; background-color: #000; cursor: pointer; @@ -159,7 +159,7 @@ $alert-color: #101010; position: absolute; top: 0; right: 0; - width: 15px; + width: 5px; height: 100%; background-color: #000; cursor: pointer; @@ -235,7 +235,7 @@ $alert-color: #101010; .modal-foot{ display: block; width: 100%; - padding: 15px 0; + padding: 5px 0; background-color: #000; cursor: pointer; }