Merge pull request 'ajuste-tabla-admin' (#7) from ajuste-tabla-admin into master
Reviewed-on: #7
This commit is contained in:
commit
c06a3ed38c
|
@ -20,3 +20,10 @@ main.chisma-abierta {
|
|||
padding-top: 25.5rem !important;
|
||||
}
|
||||
|
||||
#main {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-height: 100% !important;
|
||||
}
|
||||
|
|
|
@ -5925,7 +5925,7 @@ var render = function () {
|
|||
},
|
||||
],
|
||||
staticClass:
|
||||
"container table-container chismosa-container is-max-widescreen is-max-desktop animate__animated",
|
||||
"container is-max-widescreen is-max-desktop animate__animated",
|
||||
class: _vm.animation,
|
||||
},
|
||||
[
|
||||
|
@ -19525,8 +19525,8 @@ __webpack_require__.r(__webpack_exports__);
|
|||
/*! no static exports found */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
__webpack_require__(/*! /home/ale/MPS/App/pedi2/resources/js/app.js */"./resources/js/app.js");
|
||||
module.exports = __webpack_require__(/*! /home/ale/MPS/App/pedi2/resources/sass/app.scss */"./resources/sass/app.scss");
|
||||
__webpack_require__(/*! /var/www/resources/js/app.js */"./resources/js/app.js");
|
||||
module.exports = __webpack_require__(/*! /var/www/resources/sass/app.scss */"./resources/sass/app.scss");
|
||||
|
||||
|
||||
/***/ })
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="container table-container chismosa-container is-max-widescreen is-max-desktop animate__animated" :class="animation" v-show="!init">
|
||||
<div class="container is-max-widescreen is-max-desktop animate__animated" :class="animation" v-show="!init">
|
||||
<table v-show="this.subpedidos.length !== 0" class="table is-fullwidth is-striped is-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -24,4 +24,13 @@ table.table td {
|
|||
|
||||
main.chisma-abierta {
|
||||
padding-top: 25.5rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
#main {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-height: 100% !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue