diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx
index 4119ae8..fad62f7 100644
--- a/src/components/publishpage/PublishPage.jsx
+++ b/src/components/publishpage/PublishPage.jsx
@@ -237,10 +237,14 @@ export default function PublishPage() {
비밀번호 변경 팝업 추가
-
+
- 2025-01-06
- *메인페이지 자료다운로드 more 버튼 추가
+
+ - 2025-01-07
+ - *메인페이지 물건정보 영역 데이터 없는 경우 추가
+
|
2024-10-10 |
diff --git a/src/styles/_layout.scss b/src/styles/_layout.scss
index a549ad0..858ab35 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 0733f28..5da1350 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;