From 58723513e7df9d262746f0a12f396038a6fdc3e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=8B=9D?= <43837214+Minsiki@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:11:33 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8chore:=20Sync=20Sass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/_layout.scss | 1 + src/styles/_main.scss | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/src/styles/_layout.scss b/src/styles/_layout.scss index a549ad0e..858ab351 100644 --- a/src/styles/_layout.scss +++ b/src/styles/_layout.scss @@ -207,6 +207,7 @@ header{ .select-box{ min-width: 165px; margin-right: 8px; + height: 30px; >div{ width: 100%; } diff --git a/src/styles/_main.scss b/src/styles/_main.scss index 0733f285..5da1350d 100644 --- a/src/styles/_main.scss +++ b/src/styles/_main.scss @@ -155,6 +155,7 @@ .product-item-content{ margin-top: 30px; overflow: hidden; + height: 100%; .recently-list{ .recently-item{ border: 1px solid #F2F2F2; @@ -208,6 +209,25 @@ } } } + .recently-no-data{ + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + height: 100%; + h3{ + font-size: 16px; + color: #101010; + font-weight: 600; + margin-bottom: 5px; + } + p{ + font-size: 12px; + color: #666; + font-weight: 400; + margin-bottom: 10px; + } + } .notice-box{ height: 100%; overflow-y: auto;