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

View file

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