Dateien nach "frontend/src/tools" hochladen
This commit is contained in:
@@ -188,7 +188,7 @@ function BestellungDetail({ id, toast, onBack }) {
|
|||||||
placeholder="Hinweise, Lieferung…" rows={2}
|
placeholder="Hinweise, Lieferung…" rows={2}
|
||||||
style={{...S.inp,resize:'vertical',lineHeight:1.6,fontSize:14,padding:'9px 12px'}}/>
|
style={{...S.inp,resize:'vertical',lineHeight:1.6,fontSize:14,padding:'9px 12px'}}/>
|
||||||
</div>
|
</div>
|
||||||
<div style={{display:'grid',gridTemplateColumns:'1fr 1fr',gap:10,marginBottom:12}}>
|
<div style={{display:'flex',flexDirection:'column',gap:10,marginBottom:12}}>
|
||||||
<div>
|
<div>
|
||||||
<label style={{...S.head,display:'block',marginBottom:4}}>STATUS</label>
|
<label style={{...S.head,display:'block',marginBottom:4}}>STATUS</label>
|
||||||
<select value={form.status} onChange={e=>setForm(f=>({...f,status:e.target.value}))} style={{...S.inp,fontSize:14}}>
|
<select value={form.status} onChange={e=>setForm(f=>({...f,status:e.target.value}))} style={{...S.inp,fontSize:14}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user