From dcad642b5943bed1594559e05660ed20d5fa8416 Mon Sep 17 00:00:00 2001 From: clkim Date: Fri, 16 Jan 2026 13:43:25 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20videoPlay,=20arrow=20=EB=B0=B0=EA=B2=BD?= =?UTF-8?q?=EC=83=89=EC=83=81=20=EC=96=B4=EB=93=9C=EB=AF=BC=20=EC=A7=80?= =?UTF-8?q?=EC=A0=95=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/components/atoms/Button/Play.vue | 11 +++++-- layers/components/blocks/Pagination.vue | 2 +- layers/components/blocks/slide/Arrows.vue | 17 +++++----- layers/components/widgets/VideoPlay.vue | 5 +++ layers/templates/FxVideo01/index.vue | 29 +++++++----------- layers/templates/GrGallery01/index.vue | 4 +++ layers/types/api/pageData.ts | 4 ++- layers/utils/styleUtil.ts | 2 +- .../images/common/btn_system_arrow_next.png | Bin 1543 -> 0 bytes .../images/common/btn_system_arrow_prev.png | Bin 1530 -> 0 bytes 10 files changed, 43 insertions(+), 31 deletions(-) delete mode 100644 public/images/common/btn_system_arrow_next.png delete mode 100644 public/images/common/btn_system_arrow_prev.png diff --git a/layers/components/atoms/Button/Play.vue b/layers/components/atoms/Button/Play.vue index b9a28a7..eedc27d 100644 --- a/layers/components/atoms/Button/Play.vue +++ b/layers/components/atoms/Button/Play.vue @@ -2,6 +2,7 @@ import type { TrackingObject } from '#layers/types/api/common' interface Props { + bgColor?: string tracking: TrackingObject } @@ -16,7 +17,11 @@ const handlePlayClick = () => {