견석저 이미지 업로드 버튼 수정
This commit is contained in:
parent
64fa119ead
commit
773790291f
@ -175,7 +175,8 @@ export default function CanvasEstimate() {
|
|||||||
<td>
|
<td>
|
||||||
<div className="drag-file-box">
|
<div className="drag-file-box">
|
||||||
<div className="btn-area">
|
<div className="btn-area">
|
||||||
<button className="btn-origin grey">ファイル選択</button>
|
<label className="file-upload" htmlFor="img">ファイル選択</label>
|
||||||
|
<input type="file" name="" id="img" style={{display: 'none'}}/>
|
||||||
</div>
|
</div>
|
||||||
<div className="drag-file-area">
|
<div className="drag-file-area">
|
||||||
<p>Drag file here</p>
|
<p>Drag file here</p>
|
||||||
|
|||||||
@ -145,17 +145,18 @@ export default function PublishPage() {
|
|||||||
<td className='red al-c'>
|
<td className='red al-c'>
|
||||||
<ul className='mb10'>
|
<ul className='mb10'>
|
||||||
<li>2024-10-28</li>
|
<li>2024-10-28</li>
|
||||||
<li>canvas-setting pop 수정</li>
|
<li>*canvas-setting pop 수정</li>
|
||||||
<li>이미지 크기조절 pop 추가</li>
|
<li>*이미지 크기조절 pop 추가</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul className='mb10'>
|
<ul className='mb10'>
|
||||||
<li>2024-10-29</li>
|
<li>2024-10-29</li>
|
||||||
<li>견적서 하단 테이블 변경</li>
|
<li>*견적서 하단 테이블 변경</li>
|
||||||
<li>배치면 초기 설정 pop 이미지파일 업로드 추가</li>
|
<li>*배치면 초기 설정 pop 이미지파일 업로드 추가</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>2024-10-30</li>
|
<li>2024-10-30</li>
|
||||||
<li>지붕형상설정 pop 변별로 설정 탭 하단 한쪽 흐름 input 추가</li>
|
<li>*지붕형상설정 pop 변별로 설정 탭 하단 한쪽 흐름 input 추가</li>
|
||||||
|
<li>*견적서 img 업로드 버튼 수정</li>
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
<td className="t-center">2024-10-28</td>
|
<td className="t-center">2024-10-28</td>
|
||||||
@ -270,7 +271,7 @@ export default function PublishPage() {
|
|||||||
<td className='red al-c'>
|
<td className='red al-c'>
|
||||||
<ul>
|
<ul>
|
||||||
<li>2024-10-30</li>
|
<li>2024-10-30</li>
|
||||||
<li>물건목록 검색 영역 수정</li>
|
<li>*물건목록 검색 영역 수정</li>
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
<td className="t-center">2024-09-24</td>
|
<td className="t-center">2024-09-24</td>
|
||||||
|
|||||||
@ -769,6 +769,22 @@
|
|||||||
.btn-area{
|
.btn-area{
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
border-bottom: 1px solid #ECF0F4;
|
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{
|
.drag-file-area{
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user