wip
This commit is contained in:
2
resources/js/vendor/nova/js/additional.js
vendored
2
resources/js/vendor/nova/js/additional.js
vendored
@@ -84,7 +84,7 @@ async function fetchCardHistory(passport_serie, passport_id, card_number, card_e
|
||||
|
||||
let insideTemplate = ``;
|
||||
Array.from(result.transactions).map(transaction => {
|
||||
insideTemplate += `<li style="background: #a3c1f5;color: black;" class="p-3 relative rounded-lg mb-2">
|
||||
insideTemplate += `<li style="background: #a3c1f5;color: black;padding-top: 2.4em;" class="p-3 relative rounded-lg mb-2">
|
||||
<strong>${transaction['actionName']}</strong> <strong>${transaction['opersum']}</strong> <strong>${transaction['currency']}</strong>
|
||||
|
||||
<strong style="top: 0; right: 0;" class="absolute p-2">${transaction['opername']}</strong>
|
||||
|
||||
@@ -58,6 +58,10 @@
|
||||
right: 2em;
|
||||
}
|
||||
|
||||
#card-history-details {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.credit-card {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user