mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-16 22:09:29 +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,
|
||||
}}
|
||||
>
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue