style: 회로설정 팝업 총 회로수 select-box 추가
This commit is contained in:
parent
bf681dccba
commit
eb315cae64
@ -649,7 +649,13 @@ export default function StepUp(props) {
|
|||||||
style={{ cursor: allocationType === 'auto' ? 'pointer' : 'default' }}
|
style={{ cursor: allocationType === 'auto' ? 'pointer' : 'default' }}
|
||||||
>
|
>
|
||||||
<td className="al-r">{item.serQty}</td>
|
<td className="al-r">{item.serQty}</td>
|
||||||
<td className="al-r">{item.paralQty}</td>
|
<td className="al-r">
|
||||||
|
{/* 2025.12.04 select 추가 */}
|
||||||
|
<select className="select-light dark table-select" name="" id="">
|
||||||
|
<option value="">{item.paralQty}</option>
|
||||||
|
</select>
|
||||||
|
</td>
|
||||||
|
{/* <td className="al-r">{item.paralQty}</td> */}
|
||||||
</tr>
|
</tr>
|
||||||
)
|
)
|
||||||
})}
|
})}
|
||||||
|
|||||||
@ -460,7 +460,11 @@ button{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-select{
|
||||||
|
height: 20px;
|
||||||
|
color: #fff !important;
|
||||||
|
font-size: 11px !important;
|
||||||
|
}
|
||||||
// input
|
// input
|
||||||
.form-input{
|
.form-input{
|
||||||
label{
|
label{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user