mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-05 03:47:50 +08:00
Tweak UI
This commit is contained in:
@@ -180,7 +180,7 @@ export default {
|
||||
icon: 'mdi-menu-up',
|
||||
'icon-alt': 'mdi-menu-down',
|
||||
title: 'State',
|
||||
model: true,
|
||||
model: false,
|
||||
select: 'state',
|
||||
children: [
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user