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