mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
gibutang ko lang sa kilid ang search
This commit is contained in:
parent
f139a508b2
commit
f208582444
2 changed files with 9 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue