mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
add transaction list page for desktop
This commit is contained in:
@@ -113,16 +113,22 @@ input[type=number] {
|
||||
tr.even-row {
|
||||
background: #fcfcfc;
|
||||
}
|
||||
|
||||
tbody.has-bottom-border > tr:last-child > td {
|
||||
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
||||
}
|
||||
}
|
||||
|
||||
.v-table.v-table--hover {
|
||||
tbody > tr.no-hover:hover td {
|
||||
background: inherit !important;
|
||||
}
|
||||
}
|
||||
|
||||
.v-table.table-striped {
|
||||
tr:nth-child(even) {
|
||||
background: #fcfcfc;
|
||||
}
|
||||
|
||||
tbody.has-bottom-border > tr:last-child > td {
|
||||
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
||||
}
|
||||
}
|
||||
|
||||
.v-theme--dark {
|
||||
|
||||
Reference in New Issue
Block a user