mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-04-16 06:51:34 +08:00
add sku button position and alignment
This commit is contained in:
parent
675a1f0716
commit
8427414c25
1 changed files with 55 additions and 56 deletions
|
@ -64,23 +64,21 @@ export default function EquipmentListPage() {
|
||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
height: "100%",
|
height: "80%",
|
||||||
width: "100%",
|
width: "100%",
|
||||||
minHeight: "100%",
|
minHeight: "80%",
|
||||||
minWidth: "100%",
|
minWidth: "100%",
|
||||||
flexWrap: "wrap",
|
}}>
|
||||||
}}
|
|
||||||
|
|
||||||
|
|
||||||
>
|
|
||||||
|
|
||||||
|
<div style={{width: "90%", marginTop: "3rem"}}>
|
||||||
<Button
|
<Button
|
||||||
style={{
|
style={{
|
||||||
...styles.flex_column,
|
...styles.flex_column,
|
||||||
...{
|
...{
|
||||||
alignSelf: "center",
|
alignSelf: "flex-start",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
flexWrap: "wrap",
|
flexWrap: "wrap",
|
||||||
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
@ -105,6 +103,7 @@ export default function EquipmentListPage() {
|
||||||
Add SKU
|
Add SKU
|
||||||
</p>
|
</p>
|
||||||
</Button>
|
</Button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<Popup
|
<Popup
|
||||||
|
|
Loading…
Add table
Reference in a new issue