테이블 버튼 및 텍스트 위치 수정
This commit is contained in:
parent
97954d2e92
commit
ee5487308c
@ -158,13 +158,13 @@ export default function CanvasPage() {
|
|||||||
{/* <DrawingFlow/> */}
|
{/* <DrawingFlow/> */}
|
||||||
|
|
||||||
{/* 지붕모듈선택 */}
|
{/* 지붕모듈선택 */}
|
||||||
{/* <RoofModuleOption/> */}
|
<RoofModuleOption/>
|
||||||
|
|
||||||
{/* 육지붕모듈 선택 */}
|
{/* 육지붕모듈 선택 */}
|
||||||
{/* <HexagonalRoofOption/> */}
|
{/* <HexagonalRoofOption/> */}
|
||||||
|
|
||||||
{/* 회로 및 가대설정 */}
|
{/* 회로 및 가대설정 */}
|
||||||
<CircuitStandSetting/>
|
{/* <CircuitStandSetting/> */}
|
||||||
|
|
||||||
{/* 모듈 부가기능 */}
|
{/* 모듈 부가기능 */}
|
||||||
|
|
||||||
|
|||||||
@ -81,7 +81,7 @@ export default function RoofModuleOptionTab02({setTabNum}){
|
|||||||
<div className="grid-select mr10">
|
<div className="grid-select mr10">
|
||||||
<Qselect title={'13'} option={SelectOption01}/>
|
<Qselect title={'13'} option={SelectOption01}/>
|
||||||
</div>
|
</div>
|
||||||
<span className="thin">mm</span>
|
<span className="thin">m</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -107,7 +107,7 @@ export default function RoofModuleOptionTab02({setTabNum}){
|
|||||||
<div className="grid-select mr10">
|
<div className="grid-select mr10">
|
||||||
<Qselect title={'13'} option={SelectOption01}/>
|
<Qselect title={'13'} option={SelectOption01}/>
|
||||||
</div>
|
</div>
|
||||||
<span className="thin">mm</span>
|
<span className="thin">cm</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -134,11 +134,12 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
width: 117px;
|
max-width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
.grid-btn{
|
.grid-btn{
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: 0 10px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -150,6 +151,7 @@
|
|||||||
color: #94A0AD;
|
color: #94A0AD;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
word-break: break-all;
|
||||||
span{
|
span{
|
||||||
display: block;
|
display: block;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
|||||||
@ -2033,7 +2033,7 @@ $alert-color: #101010;
|
|||||||
width: 95.77px;
|
width: 95.77px;
|
||||||
}
|
}
|
||||||
.thin{
|
.thin{
|
||||||
margin-left: auto;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user