mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
add class table-responsive
This commit is contained in:
@ -591,6 +591,7 @@
|
|||||||
<button id="convert2template" type="button" class="btn btn-secondary waves-effect waves-light float-start"><?= lang("ClientePrecios.convertir2plantilla")?></button>
|
<button id="convert2template" type="button" class="btn btn-secondary waves-effect waves-light float-start"><?= lang("ClientePrecios.convertir2plantilla")?></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="table-responsive">
|
||||||
|
|
||||||
<table id="tableOfPrecios" class="table table-striped table-hover" style="width: 100%;">
|
<table id="tableOfPrecios" class="table table-striped table-hover" style="width: 100%;">
|
||||||
<thead>
|
<thead>
|
||||||
@ -614,6 +615,7 @@
|
|||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -637,6 +639,7 @@
|
|||||||
|
|
||||||
<div class="tab-pane fade" id="domicilio-entrega" role="tabpanel">
|
<div class="tab-pane fade" id="domicilio-entrega" role="tabpanel">
|
||||||
<?= view("themes/vuexy/form/clientes/cliente/_clienteDireccionesForm") ?>
|
<?= view("themes/vuexy/form/clientes/cliente/_clienteDireccionesForm") ?>
|
||||||
|
<div class="table-responsive">
|
||||||
<table id="tableOfDireccionesEnvio" class="table dt-responsive dataTable" style="width: 100%;">
|
<table id="tableOfDireccionesEnvio" class="table dt-responsive dataTable" style="width: 100%;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -657,6 +660,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="tab-pane fade" id="presupuestos" role="tabpanel">
|
<div class="tab-pane fade" id="presupuestos" role="tabpanel">
|
||||||
<?= view("themes/vuexy/form/clientes/cliente/_presupuestosClienteItems") ?>
|
<?= view("themes/vuexy/form/clientes/cliente/_presupuestosClienteItems") ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user