Dateien nach "frontend/src/tools" hochladen

This commit is contained in:
2026-05-26 11:14:52 +02:00
parent c3446e4f53
commit c33a5a499c

View File

@@ -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}}>