Fix Responsive View Issue and Some Bugs

This commit is contained in:
2021-09-16 22:54:20 +07:00
parent 2a453c851c
commit 8da0a69176
24 changed files with 200 additions and 201 deletions

View File

@@ -47,7 +47,7 @@
<div class="container">
<div class="row">
<div class="col-md-3" style="cursor:pointer;">
<div class="card" style="width: 18rem;">
<div class="card">
<div class="card-header text-center">
<img src="<?php echo base_url()?>assets/images/<?php echo $user_logged->foto_user ?>" width="125" /><br>
<strong><?php echo $user_logged->nama ?></strong>
@@ -71,7 +71,7 @@
</ul>
</div>
</div>
<div class="col-md-9">
<div class="col col-md-9 col-lg-9 col-sm-12 col-12">
<div class="card">
<h5 class="card-header">Absensi</h5>
<div class="card-body">
@@ -102,7 +102,7 @@
<div class="card-body">
<div class="row">
<div class="col col-auto">
<div class="col col-md-9 col-lg-9 col-sm-12 col-12">
<h3>Absensi Bulan <?php echo $bulan ?> Tahun <?php echo $data_absen->tahun ?></h3>
</div>
<div class="col text-right">
@@ -146,7 +146,7 @@
</div>
</div>
</div>
<div class="col">
<div class="col col-md-3 col-lg-3 col-sm-12 col-12 mt-3 mt-md-0 mt-lg-0">
<div class="card text-center bg-primary text-light">
<div class="card-header">
<?php echo $nm_kategori3 ?>
@@ -196,7 +196,7 @@
Sudah Absen
</div>
<div class="card-body">
<table id="tabeldata" class="table table-striped table-bordered">
<table id="tabeldata" class="table table-striped table-bordered table-responsive-lg">
<thead>
<tr>
<th>No</th>
@@ -239,7 +239,7 @@
Belum Absen
</div>
<div class="card-body">
<table id="tabeldata2" class="table table-striped table-bordered">
<table id="tabeldata2" class="table table-striped table-bordered table-responsive-lg">
<thead>
<tr>
<th>No</th>