- y scroll 추가
This commit is contained in:
parent
cf8eeedeb9
commit
e823621e92
@ -73,6 +73,7 @@ export default function RoofAllocationSetting(props) {
|
||||
{getMessage('modal.common.add')}
|
||||
</button>
|
||||
</div>
|
||||
<div className="grid-option-overflow">
|
||||
<div className="grid-option-wrap">
|
||||
{currentRoofList.map((roof, index) => {
|
||||
return (
|
||||
@ -187,6 +188,7 @@ export default function RoofAllocationSetting(props) {
|
||||
)
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
<div className="grid-btn-wrap">
|
||||
<button className="btn-frame modal act" onClick={handleSave}>
|
||||
{getMessage('modal.roof.alloc.apply')}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user