diff --git a/src/components/sub/community/oneononeinqury/OneOnOneInquiryTable.jsx b/src/components/sub/community/oneononeinqury/OneOnOneInquiryTable.jsx index 459b73b..d8fc7bc 100644 --- a/src/components/sub/community/oneononeinqury/OneOnOneInquiryTable.jsx +++ b/src/components/sub/community/oneononeinqury/OneOnOneInquiryTable.jsx @@ -127,6 +127,9 @@ export default function OneOnOneInquiryTable(){ 佐藤一貴 2024.07.18 + + No Data + diff --git a/src/styles/_table.scss b/src/styles/_table.scss index 31b96bd..a336104 100644 --- a/src/styles/_table.scss +++ b/src/styles/_table.scss @@ -400,6 +400,10 @@ table{ font-weight: 400; } } + &.no-data{ + padding: 70px 0; + font-size: 14px; + } } tr{ background-color: transparent;