diff --git a/src/app/main/page.jsx b/src/app/main/page.jsx
index 2c7027f..ce7d937 100644
--- a/src/app/main/page.jsx
+++ b/src/app/main/page.jsx
@@ -41,7 +41,7 @@ export default function MainPage() {
{/* 비밀번호 변경팝업 */}
-
+ {/* */}
)
}
\ No newline at end of file
diff --git a/src/components/sub/community/filedown/FileDownForm.jsx b/src/components/sub/community/filedown/FileDownForm.jsx
index bdfbea5..343758e 100644
--- a/src/components/sub/community/filedown/FileDownForm.jsx
+++ b/src/components/sub/community/filedown/FileDownForm.jsx
@@ -31,7 +31,8 @@ export default function FileDownForm(){
-
+
+ {/*
{fileName.map((item) => (
@@ -44,6 +45,11 @@ export default function FileDownForm(){
))}
+
*/}
+
+ {/* 자료 없을때 */}
+
+ No Data...
)
diff --git a/src/styles/_contents.scss b/src/styles/_contents.scss
index 727c934..ee823ba 100644
--- a/src/styles/_contents.scss
+++ b/src/styles/_contents.scss
@@ -1238,4 +1238,18 @@
background-color: #F4F4F7;
}
}
+}
+
+.file-down-nodata{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: 100%;
+ height: 148px;
+ padding: 24px;
+ border-radius: 4px;
+ border: 1px solid #E5E5E5;
+ font-size: 16px;
+ font-weight: 500;
+ color: #344356;
}
\ No newline at end of file
diff --git a/src/styles/_main.scss b/src/styles/_main.scss
index db4b577..ea9b883 100644
--- a/src/styles/_main.scss
+++ b/src/styles/_main.scss
@@ -112,8 +112,8 @@
border-radius: 6px;
background: #FFF;
box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.02);
- &.item01{flex: 1; max-height: 400px;}
- &.item02{flex: none; width: 451px; max-height: 400px;}
+ &.item01{flex: 1; height: 400px;}
+ &.item02{flex: none; width: 451px; height: 400px;}
&.item03{flex: 1;}
&.item04{flex: none; width: 351px;}
&.item05{flex: none; width: 451px;}