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

@@ -40,7 +40,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>
@@ -89,7 +89,7 @@
<?php } elseif($del_msg=='sucess'){ ?>
<div class="alert alert-success" role="alert">Data berhasil terhapus !</div>
<?php }}?>
<table id="tabeldata" class="table table-striped table-bordered" style="width:100%">
<table id="tabeldata" class="table table-striped table-bordered table-responsive" style="width:100%">
<thead>
<tr>
<th>No</th>