diff --git a/src/components/main/MainContents.jsx b/src/components/main/MainContents.jsx index a6f20db..2d6b58c 100644 --- a/src/components/main/MainContents.jsx +++ b/src/components/main/MainContents.jsx @@ -6,23 +6,23 @@ export default function MainContents() {
- {/*
    +
      {Array.from({length : 3}).map((_, idx) => (
    • - 2024.07.29  10:00:10 - R3305X167240611004 - 新津 佑季 - HITエンジニアリング株式会社 + 2025.09.29  12:59:59 + R3305X167240611004 + 新津 佑季新津 佑季新津 佑季新津 佑季新津 佑季新津 佑季 + HITエンジニアリング株式会社HITエンジニアリング株式会社HITエンジニアリング株式会社HITエンジニアリング株式会社
    • ))} -
    */} -
    +
+ {/*

登録された商品情報はありません。

下のボタンをクリックして商品情報を登録してください。

-
+
*/} {/*
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;