This commit is contained in:
2024-10-18 20:46:20 +05:00
parent 87e8c10776
commit 95250a207f

View File

@@ -108,7 +108,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">
insideTemplate += `<li style="background: #a3c1f5;color: black;" 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>