테이블 붉은색 추가
This commit is contained in:
parent
37113481f0
commit
0bac938646
@ -100,7 +100,7 @@ export default function CanvasPage() {
|
||||
{/* {modalOption.gridmove && <GridMove/>} */}
|
||||
|
||||
{/* 외벽선 그리기 */}
|
||||
{/* {modalOption.outerwall && <OuterLineWall/>} */}
|
||||
{modalOption.outerwall && <OuterLineWall/>}
|
||||
|
||||
{/* 외벽선 속성 설정 */}
|
||||
{/* <PropertiesSetting/> */}
|
||||
@ -158,13 +158,13 @@ export default function CanvasPage() {
|
||||
{/* <DrawingFlow/> */}
|
||||
|
||||
{/* 지붕모듈선택 */}
|
||||
<RoofModuleOption/>
|
||||
{/* <RoofModuleOption/> */}
|
||||
|
||||
{/* 육지붕모듈 선택 */}
|
||||
{/* <HexagonalRoofOption/> */}
|
||||
|
||||
{/* 회로 및 가대설정 */}
|
||||
{/* <CircuitStandSetting/> */}
|
||||
<CircuitStandSetting/>
|
||||
|
||||
{/* 모듈 부가기능 */}
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ export default function CircuitStandSecondTab02(){
|
||||
<td className="al-r">8</td>
|
||||
<td className="al-r">3,440</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr className="wrong">
|
||||
<td className="al-c">合計</td>
|
||||
<td className="al-c">回路01</td>
|
||||
<td className="al-r">8</td>
|
||||
|
||||
@ -244,6 +244,9 @@ table{
|
||||
&.on{
|
||||
background-color: #272727;
|
||||
}
|
||||
&.wrong{
|
||||
background-color: #7E3434;
|
||||
}
|
||||
}
|
||||
td{
|
||||
height: 40px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user