견적서 파일 추가영역 가이드 멘트 추가
This commit is contained in:
parent
76bf6a19f9
commit
8592e9af3e
@ -129,7 +129,7 @@ export default function CanvasPage() {
|
||||
{/* <AuxiliaryCopy/> */}
|
||||
|
||||
{/* 지붕면 할당 */}
|
||||
<RoofAllocation/>
|
||||
{/* <RoofAllocation/> */}
|
||||
|
||||
{/* 경사 설정 */}
|
||||
{/* <SlopeOption/> */}
|
||||
@ -158,7 +158,7 @@ export default function CanvasPage() {
|
||||
{/* <DrawingFlow/> */}
|
||||
|
||||
{/* 지붕모듈선택 */}
|
||||
<RoofModuleOption/>
|
||||
{/* <RoofModuleOption/> */}
|
||||
|
||||
{/* 육지붕모듈 선택 */}
|
||||
{/* <HexagonalRoofOption/> */}
|
||||
|
||||
@ -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">(※北面設置の場合、ファイル添付が必須です。)</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="common-table mb10">
|
||||
|
||||
@ -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{
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user