diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx
index 8ec9b25..709d195 100644
--- a/src/components/publishpage/PublishPage.jsx
+++ b/src/components/publishpage/PublishPage.jsx
@@ -276,10 +276,14 @@ export default function PublishPage() {
2025-01-06
*메인페이지 자료다운로드 more 버튼 추가
-
+
- 2025-01-07
- *메인페이지 각 영역 데이터 없는 경우 추가
+
+ - 2025-01-20
+ - *메인페이지 물건목록 구역역 간격 및 말줄임 추가
+
2024-10-10 |
diff --git a/src/styles/_main.scss b/src/styles/_main.scss
index 5da1350..4322b53 100644
--- a/src/styles/_main.scss
+++ b/src/styles/_main.scss
@@ -167,13 +167,20 @@
display: flex;
align-items: center;
span{
+ width: 0;
+ flex: 1;
position: relative;
display: block;
font-size: 13px;
color: #101010;
font-weight: 400;
padding: 0 10px;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow: hidden;
&.time{
+ flex: none;
+ width: 160px;
padding-left: 22px;
&::before{
content: '';
@@ -187,6 +194,10 @@
background-size: cover;
}
}
+ &.product{
+ flex: none;
+ width: 160px;
+ }
&:after{
content: '';
position: absolute;