gibutang ko lang sa kilid ang search

This commit is contained in:
Pongot, Jophiel 2024-01-10 06:41:57 +08:00
parent f139a508b2
commit f208582444
2 changed files with 9 additions and 5 deletions

View file

@ -56,7 +56,7 @@ export default function TechnicianLogButtons() {
...styles.text_M, ...styles.text_M,
}} }}
> >
SKU Logs SKU <br/> History
</p> </p>
</Button> </Button>
<Button <Button
@ -87,7 +87,7 @@ export default function TechnicianLogButtons() {
...styles.text_M, ...styles.text_M,
}} }}
> >
Equipment Logs Equipment <br/> History
</p> </p>
</Button> </Button>
<Button <Button

View file

@ -69,11 +69,12 @@ export default function EquipmentTallyPage() {
}} }}
> >
<div <div
style={{ style={{ display: "flex", flexDirection: "row", alignSelf: "flex-start", marginLeft: " 5rem"}}
>
<div style={{
...styles.flex_row, ...styles.flex_row,
...{ alignItems: "center", justifySelf: "flex-start" }, ...{ alignItems: "center", justifySelf: "flex-start" },
}} }}>
>
<SearchIcon <SearchIcon
style={{ style={{
height: 32, height: 32,
@ -106,6 +107,8 @@ export default function EquipmentTallyPage() {
</div> </div>
)} )}
/> />
</div>
<div>
<p <p
style={{ style={{
...styles.text_M, ...styles.text_M,
@ -133,6 +136,7 @@ export default function EquipmentTallyPage() {
).length ).length
} }
</p> </p>
</div>
</div> </div>
<div style={{ alignSelf: "flex-start", paddingLeft: "32px" }}></div> <div style={{ alignSelf: "flex-start", paddingLeft: "32px" }}></div>
<TableContainer <TableContainer