Compare commits
No commits in common. "c06a3ed38c093b9dc55f2658557e4782d222da4d" and "eda9d5ce6c96adb486b348717a05644d0a648aed" have entirely different histories.
c06a3ed38c
...
eda9d5ce6c
4 changed files with 5 additions and 21 deletions
7
public/css/app.css
vendored
7
public/css/app.css
vendored
|
@ -20,10 +20,3 @@ main.chisma-abierta {
|
|||
padding-top: 25.5rem !important;
|
||||
}
|
||||
|
||||
#main {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-height: 100% !important;
|
||||
}
|
||||
|
|
6
public/js/app.js
vendored
6
public/js/app.js
vendored
|
@ -5925,7 +5925,7 @@ var render = function () {
|
|||
},
|
||||
],
|
||||
staticClass:
|
||||
"container is-max-widescreen is-max-desktop animate__animated",
|
||||
"container table-container chismosa-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__(/*! /var/www/resources/js/app.js */"./resources/js/app.js");
|
||||
module.exports = __webpack_require__(/*! /var/www/resources/sass/app.scss */"./resources/sass/app.scss");
|
||||
__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");
|
||||
|
||||
|
||||
/***/ })
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="container is-max-widescreen is-max-desktop animate__animated" :class="animation" v-show="!init">
|
||||
<div class="container table-container chismosa-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>
|
||||
|
|
11
resources/sass/app.scss
vendored
11
resources/sass/app.scss
vendored
|
@ -24,13 +24,4 @@ table.table td {
|
|||
|
||||
main.chisma-abierta {
|
||||
padding-top: 25.5rem !important;
|
||||
}
|
||||
|
||||
#main {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-height: 100% !important;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue