오브젝트설정, 회로 가대 설정 퍼플 수정
This commit is contained in:
parent
3ad184a757
commit
55ac2bf32c
@ -45,7 +45,7 @@ export default function BasicSetting({ setShowBasicSettingModal }) {
|
|||||||
{getMessage('modal.module.basic.setting.prev')}
|
{getMessage('modal.module.basic.setting.prev')}
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
{tabNum !== 3 && <button className="btn-frame modal act mr5">{getMessage('modal.common.save')}</button>}
|
{/*{tabNum !== 3 && <button className="btn-frame modal act mr5">{getMessage('modal.common.save')}</button>}*/}
|
||||||
{tabNum !== 3 && (
|
{tabNum !== 3 && (
|
||||||
<button className="btn-frame modal" onClick={() => setTabNum(tabNum + 1)}>
|
<button className="btn-frame modal" onClick={() => setTabNum(tabNum + 1)}>
|
||||||
Next
|
Next
|
||||||
|
|||||||
@ -100,60 +100,6 @@ export default function PitchPlacement() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="module-table-box">
|
|
||||||
<div className="module-table-inner">
|
|
||||||
<div className="hexagonal-wrap">
|
|
||||||
<div className="hexagonal-item">
|
|
||||||
<div className="bold-font">割り当て設定</div>
|
|
||||||
</div>
|
|
||||||
<div className="hexagonal-item">
|
|
||||||
<div className="hexagonal-flx-auto">
|
|
||||||
<div className="outline-form">
|
|
||||||
<span className="mr10" style={{ width: 'auto' }}>
|
|
||||||
{getMessage('modal.module.basic.setting.pitch.module.row.amount')}
|
|
||||||
</span>
|
|
||||||
<div className="input-grid mr5" style={{ width: '70px' }}>
|
|
||||||
<input type="text" className="input-origin block" defaultValue={1} />
|
|
||||||
</div>
|
|
||||||
<span className="thin">mm</span>
|
|
||||||
</div>
|
|
||||||
<div className="outline-form">
|
|
||||||
<span className="mr10" style={{ width: 'auto' }}>
|
|
||||||
{getMessage('modal.module.basic.setting.pitch.module.row.margin')}
|
|
||||||
</span>
|
|
||||||
<div className="input-grid mr5" style={{ width: '70px' }}>
|
|
||||||
<input type="text" className="input-origin block" defaultValue={1} />
|
|
||||||
</div>
|
|
||||||
<span className="thin">mm</span>
|
|
||||||
</div>
|
|
||||||
<div className="outline-form">
|
|
||||||
<span className="mr10" style={{ width: 'auto' }}>
|
|
||||||
{getMessage('modal.module.basic.setting.pitch.module.column.amount')}
|
|
||||||
</span>
|
|
||||||
<div className="input-grid mr5" style={{ width: '70px' }}>
|
|
||||||
<input type="text" className="input-origin block" defaultValue={1} />
|
|
||||||
</div>
|
|
||||||
<span className="thin">mm</span>
|
|
||||||
</div>
|
|
||||||
<div className="outline-form">
|
|
||||||
<span className="mr10" style={{ width: 'auto' }}>
|
|
||||||
{getMessage('modal.module.basic.setting.pitch.module.column.margin')}
|
|
||||||
</span>
|
|
||||||
<div className="input-grid mr5" style={{ width: '70px' }}>
|
|
||||||
<input type="text" className="input-origin block" defaultValue={300} />
|
|
||||||
</div>
|
|
||||||
<span className="thin">mm</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div className="hexagonal-item">
|
|
||||||
<div className="hexagonal-flx">
|
|
||||||
<div className="normal-font">{getMessage('modal.module.basic.setting.pitch.module.allocation.setting.info')}</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
import WithDraggable from '@/components/common/draggable/withDraggable'
|
|
||||||
import { useState } from 'react'
|
import { useState } from 'react'
|
||||||
import PowerConditionalSelect from '@/components/floor-plan/modal/circuitTrestle/step/PowerConditionalSelect'
|
import PowerConditionalSelect from '@/components/floor-plan/modal/circuitTrestle/step/PowerConditionalSelect'
|
||||||
import CircuitAllocation from '@/components/floor-plan/modal/circuitTrestle/step/CircuitAllocation'
|
import CircuitAllocation from '@/components/floor-plan/modal/circuitTrestle/step/CircuitAllocation'
|
||||||
import StepUp from '@/components/floor-plan/modal/circuitTrestle/step/StepUp'
|
import StepUp from '@/components/floor-plan/modal/circuitTrestle/step/StepUp'
|
||||||
import { useMessage } from '@/hooks/useMessage'
|
import { useMessage } from '@/hooks/useMessage'
|
||||||
|
import WithDraggable from '@/components/common/draggable/withDraggable'
|
||||||
|
|
||||||
export default function CircuitTrestleSetting({ setShowCircuitTrestleSettingModal }) {
|
export default function CircuitTrestleSetting({ setShowCircuitTrestleSettingModal }) {
|
||||||
const { getMessage } = useMessage()
|
const { getMessage } = useMessage()
|
||||||
|
|||||||
@ -115,12 +115,17 @@ export default function PowerConditionalSelect({ setTabNum }) {
|
|||||||
</div>
|
</div>
|
||||||
<div className="circuit-right-wrap mb10">
|
<div className="circuit-right-wrap mb10">
|
||||||
<button className="btn-frame self mr5">追加</button>
|
<button className="btn-frame self mr5">追加</button>
|
||||||
<button className="btn-frame self">削除</button>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="circuit-data-form">
|
<div className="circuit-data-form">
|
||||||
<span className="normal-font">HQJP-KA40-5</span>
|
<span className="normal-font">
|
||||||
<span className="normal-font">HQJP-KA40-5</span>
|
HQJP-KA40-5 <button className="del"></button>
|
||||||
<span className="normal-font">HQJP-KA40-5</span>
|
</span>
|
||||||
|
<span className="normal-font">
|
||||||
|
HQJP-KA40-5 <button className="del"></button>
|
||||||
|
</span>
|
||||||
|
<span className="normal-font">
|
||||||
|
HQJP-KA40-5 <button className="del"></button>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -136,11 +141,6 @@ export default function PowerConditionalSelect({ setTabNum }) {
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/*<div className="grid-btn-wrap">*/}
|
|
||||||
{/* <button className="btn-frame modal act" onClick={() => setTabNum(2)}>*/}
|
|
||||||
{/* 保存*/}
|
|
||||||
{/* </button>*/}
|
|
||||||
{/*</div>*/}
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -81,10 +81,11 @@ export default function StepUp({}) {
|
|||||||
<div className="bottom-wrap">
|
<div className="bottom-wrap">
|
||||||
<div className="circuit-right-wrap mb10">
|
<div className="circuit-right-wrap mb10">
|
||||||
<button className="btn-frame self mr5">追加</button>
|
<button className="btn-frame self mr5">追加</button>
|
||||||
<button className="btn-frame self">削除</button>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="circuit-data-form">
|
<div className="circuit-data-form">
|
||||||
<span className="normal-font">HQJP-KA40-5</span>
|
<span className="normal-font">
|
||||||
|
HQJP-KA40-5<button className="del"></button>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -113,10 +114,11 @@ export default function StepUp({}) {
|
|||||||
<div className="bottom-wrap">
|
<div className="bottom-wrap">
|
||||||
<div className="circuit-right-wrap mb10">
|
<div className="circuit-right-wrap mb10">
|
||||||
<button className="btn-frame self mr5">追加</button>
|
<button className="btn-frame self mr5">追加</button>
|
||||||
<button className="btn-frame self">削除</button>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="circuit-data-form">
|
<div className="circuit-data-form">
|
||||||
<span className="normal-font">HQJP-KA40-5</span>
|
<span className="normal-font">
|
||||||
|
HQJP-KA40-5<button className="del"></button>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -206,10 +208,11 @@ export default function StepUp({}) {
|
|||||||
<div className="bottom-wrap">
|
<div className="bottom-wrap">
|
||||||
<div className="circuit-right-wrap mb10">
|
<div className="circuit-right-wrap mb10">
|
||||||
<button className="btn-frame self mr5">追加</button>
|
<button className="btn-frame self mr5">追加</button>
|
||||||
<button className="btn-frame self">削除</button>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="circuit-data-form">
|
<div className="circuit-data-form">
|
||||||
<span className="normal-font">HQJP-KA40-5</span>
|
<span className="normal-font">
|
||||||
|
HQJP-KA40-5<button className="del"></button>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -238,10 +241,11 @@ export default function StepUp({}) {
|
|||||||
<div className="bottom-wrap">
|
<div className="bottom-wrap">
|
||||||
<div className="circuit-right-wrap mb10">
|
<div className="circuit-right-wrap mb10">
|
||||||
<button className="btn-frame self mr5">追加</button>
|
<button className="btn-frame self mr5">追加</button>
|
||||||
<button className="btn-frame self">削除</button>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="circuit-data-form">
|
<div className="circuit-data-form">
|
||||||
<span className="normal-font">HQJP-KA40-5</span>
|
<span className="normal-font">
|
||||||
|
HQJP-KA40-5<button className="del"></button>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -331,10 +335,11 @@ export default function StepUp({}) {
|
|||||||
<div className="bottom-wrap">
|
<div className="bottom-wrap">
|
||||||
<div className="circuit-right-wrap mb10">
|
<div className="circuit-right-wrap mb10">
|
||||||
<button className="btn-frame self mr5">追加</button>
|
<button className="btn-frame self mr5">追加</button>
|
||||||
<button className="btn-frame self">削除</button>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="circuit-data-form">
|
<div className="circuit-data-form">
|
||||||
<span className="normal-font">HQJP-KA40-5</span>
|
<span className="normal-font">
|
||||||
|
HQJP-KA40-5<button className="del"></button>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -363,10 +368,11 @@ export default function StepUp({}) {
|
|||||||
<div className="bottom-wrap">
|
<div className="bottom-wrap">
|
||||||
<div className="circuit-right-wrap mb10">
|
<div className="circuit-right-wrap mb10">
|
||||||
<button className="btn-frame self mr5">追加</button>
|
<button className="btn-frame self mr5">追加</button>
|
||||||
<button className="btn-frame self">削除</button>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="circuit-data-form">
|
<div className="circuit-data-form">
|
||||||
<span className="normal-font">HQJP-KA40-5</span>
|
<span className="normal-font">
|
||||||
|
HQJP-KA40-5<button className="del"></button>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -35,17 +35,6 @@ export default function TriangleDormer() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="eaves-keraba-item">
|
|
||||||
<div className="eaves-keraba-th">{getMessage('width')}</div>
|
|
||||||
<div className="eaves-keraba-td">
|
|
||||||
<div className="outline-form">
|
|
||||||
<div className="input-grid mr5" style={{ width: '60px' }}>
|
|
||||||
<input type="text" className="input-origin block" defaultValue={4000} />
|
|
||||||
</div>
|
|
||||||
<span className="thin">mm</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div className="eaves-keraba-item">
|
<div className="eaves-keraba-item">
|
||||||
<div className="eaves-keraba-th">{getMessage('slope')}</div>
|
<div className="eaves-keraba-th">{getMessage('slope')}</div>
|
||||||
<div className="eaves-keraba-td">
|
<div className="eaves-keraba-td">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user