ns77@siliconpin.com 2025-09-03 14:45:52 +00:00
parent 2c82868373
commit dad99cf76f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
.agent-body {
margin: 0;
padding: 0;
margin-bottom: 0px;
margin-bottom: 100px;
font-family: Arial, sans-serif;
overflow-y: hidden;
}

View File

@ -15,7 +15,7 @@ $sql = "SELECT * FROM `" . $GLOBALS['arif_tran'] . "`WHERE `AT_ADMIN` = '" . $co
$result = $conn->query($sql);
?>
<div class="container" style="margin-top:0px; margin-bottom:50px;">
<div class="container" style="margin-top:0px; margin-bottom: 150px;">
<h3>Transaction Records</h3>
<?php if ($result && $result->num_rows > 0): ?>