Ajuste para arreglar layout de admin
Saqué dos clases que estaban haciendo conflicto
This commit is contained in:
parent
8502fb72d9
commit
498c550a15
|
@ -20,3 +20,10 @@ main.chisma-abierta {
|
|||
padding-top: 25.5rem !important;
|
||||
}
|
||||
|
||||
#main {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-height: 100% !important;
|
||||
}
|
||||
|
|
|
@ -5902,7 +5902,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,
|
||||
},
|
||||
[
|
||||
|
@ -19492,8 +19492,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>
|
||||
|
|
Loading…
Reference in New Issue