This commit is contained in:
CzBiX
2019-09-15 23:55:43 +08:00
parent bcd8ed3389
commit 53e404a685
2 changed files with 6 additions and 1 deletions

View File

@@ -180,7 +180,7 @@ export default {
icon: 'mdi-menu-up',
'icon-alt': 'mdi-menu-down',
title: 'State',
model: true,
model: false,
select: 'state',
children: [
{

View File

@@ -435,9 +435,14 @@ export default Vue.extend({
padding-left: 4px;
}
tr:nth-child(2n) {
background-color: #eee;
}
td {
font-size: 13px;
height: auto;
border-bottom: none !important;
.v-input--checkbox {
margin-top: 0;