mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
code refactor
This commit is contained in:
@@ -110,11 +110,13 @@ input[type=number] {
|
||||
background: rgb(var(--v-table-header-background)) !important;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
tr.even-row {
|
||||
background: #fcfcfc;
|
||||
}
|
||||
}
|
||||
|
||||
tr.even-row {
|
||||
.v-table.table-striped {
|
||||
tr:nth-child(even) {
|
||||
background: #fcfcfc;
|
||||
}
|
||||
|
||||
@@ -125,11 +127,15 @@ input[type=number] {
|
||||
|
||||
.v-theme--dark {
|
||||
.v-table {
|
||||
tr:nth-child(even) {
|
||||
tr.even-row {
|
||||
background: #161616;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tr.even-row {
|
||||
.v-theme--dark {
|
||||
.v-table.table-striped {
|
||||
tr:nth-child(even) {
|
||||
background: #161616;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user