견적서 파일 추가영역 가이드 멘트 추가

This commit is contained in:
김창수 2025-02-04 16:32:48 +09:00
parent 76bf6a19f9
commit 8592e9af3e
4 changed files with 10 additions and 3 deletions

View File

@ -129,7 +129,7 @@ export default function CanvasPage() {
{/* <AuxiliaryCopy/> */}
{/* 지붕면 할당 */}
<RoofAllocation/>
{/* <RoofAllocation/> */}
{/* 경사 설정 */}
{/* <SlopeOption/> */}
@ -158,7 +158,7 @@ export default function CanvasPage() {
{/* <DrawingFlow/> */}
{/* 지붕모듈선택 */}
<RoofModuleOption/>
{/* <RoofModuleOption/> */}
{/* 육지붕모듈 선택 */}
{/* <HexagonalRoofOption/> */}

View File

@ -164,6 +164,7 @@ export default function CanvasEstimate() {
<input type="checkbox" id="ch99" />
<label htmlFor="ch99" style={{color: '#101010'}}>後日資料提出</label>
</div>
<div className="drag-file-guide">&#40;北面設置の場合ファイル添付が必須です&#41;</div>
</div>
</div>
<div className="common-table mb10">

View File

@ -792,6 +792,12 @@
}
// file drag box
.drag-file-guide{
font-size: 13px;
font-weight: 400;
color: #45576F;
margin-left: 5px;
}
.drag-file-box{
padding: 10px;
.btn-area{

View File

@ -651,7 +651,7 @@ input[type=text]{
padding-left: 10px;
margin-bottom: 0;
word-break: break-all;
line-height: 1.2;
line-height: 1.4;
display: inline;
vertical-align: top;
color: #fff;