mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-09-16 20:49:36 +08:00
Changes Dashboard, Form, Added divs lang gyud. fix fix lang gamay
This commit is contained in:
parent
f00432aab7
commit
0574bb2a41
4 changed files with 84 additions and 41 deletions
|
@ -23,7 +23,7 @@ import {
|
|||
TransactionCreateType,
|
||||
} from "../Types/Types";
|
||||
|
||||
const debug = false;
|
||||
const debug = true;
|
||||
let backendURL;
|
||||
|
||||
if (debug) {
|
||||
|
|
|
@ -48,7 +48,7 @@ export default function TeacherTransactionListView() {
|
|||
<div
|
||||
style={{
|
||||
...styles.flex_column,
|
||||
...{ height: "50vh", overflowY: "scroll", width: "85%", marginInline: "6.5%" },
|
||||
...{ height: "50vh", overflowY: "scroll", width: "100%", },
|
||||
}}
|
||||
>
|
||||
{transactions.data ? (
|
||||
|
|
|
@ -22,7 +22,8 @@ export default function TransactionEntry(props: props) {
|
|||
borderRadius: 16,
|
||||
marginTop: "10px",
|
||||
paddingTop: "15px",
|
||||
width: "100%"
|
||||
width: "100%",
|
||||
maxWidth: "550px"
|
||||
|
||||
}}
|
||||
onClick={props.onClick}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue