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;
|
padding-top: 25.5rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
max-height: 100% !important;
|
||||||
|
}
|
||||||
|
|
|
@ -5925,7 +5925,7 @@ var render = function () {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
staticClass:
|
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,
|
class: _vm.animation,
|
||||||
},
|
},
|
||||||
[
|
[
|
||||||
|
@ -19525,8 +19525,8 @@ __webpack_require__.r(__webpack_exports__);
|
||||||
/*! no static exports found */
|
/*! no static exports found */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
__webpack_require__(/*! /home/ale/MPS/App/pedi2/resources/js/app.js */"./resources/js/app.js");
|
__webpack_require__(/*! /var/www/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");
|
module.exports = __webpack_require__(/*! /var/www/resources/sass/app.scss */"./resources/sass/app.scss");
|
||||||
|
|
||||||
|
|
||||||
/***/ })
|
/***/ })
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<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">
|
<table v-show="this.subpedidos.length !== 0" class="table is-fullwidth is-striped is-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -25,3 +25,12 @@ table.table td {
|
||||||
main.chisma-abierta {
|
main.chisma-abierta {
|
||||||
padding-top: 25.5rem !important;
|
padding-top: 25.5rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
max-height: 100% !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue