Drag file here
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx
index 93dfd19..a354ac4 100644
--- a/src/components/publishpage/PublishPage.jsx
+++ b/src/components/publishpage/PublishPage.jsx
@@ -145,17 +145,18 @@ export default function PublishPage() {
- 2024-10-28
- - canvas-setting pop 수정
- - 이미지 크기조절 pop 추가
+ - *canvas-setting pop 수정
+ - *이미지 크기조절 pop 추가
- 2024-10-29
- - 견적서 하단 테이블 변경
- - 배치면 초기 설정 pop 이미지파일 업로드 추가
+ - *견적서 하단 테이블 변경
+ - *배치면 초기 설정 pop 이미지파일 업로드 추가
- 2024-10-30
- - 지붕형상설정 pop 변별로 설정 탭 하단 한쪽 흐름 input 추가
+ - *지붕형상설정 pop 변별로 설정 탭 하단 한쪽 흐름 input 추가
+ - *견적서 img 업로드 버튼 수정
|
2024-10-28 |
@@ -270,7 +271,7 @@ export default function PublishPage() {
- 2024-10-30
- - 물건목록 검색 영역 수정
+ - *물건목록 검색 영역 수정
|
2024-09-24 |
diff --git a/src/styles/_contents.scss b/src/styles/_contents.scss
index 97f69db..4adebc7 100644
--- a/src/styles/_contents.scss
+++ b/src/styles/_contents.scss
@@ -769,6 +769,22 @@
.btn-area{
padding-bottom: 15px;
border-bottom: 1px solid #ECF0F4;
+ .file-upload{
+ display: inline-block;
+ height: 30px;
+ background-color: #94A0AD;
+ padding: 0 10px;
+ border-radius: 2px;
+ font-size: 13px;
+ line-height: 30px;
+ color: #fff;
+ font-weight: 500;
+ cursor: pointer;
+ transition: background .15s ease-in-out;
+ &:hover{
+ background-color: #607F9A;
+ }
+ }
}
.drag-file-area{
position: relative;