mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
modify style
This commit is contained in:
@@ -109,6 +109,30 @@ input[type=number] {
|
||||
th {
|
||||
background: rgb(var(--v-table-header-background)) !important;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background: #fcfcfc;
|
||||
}
|
||||
|
||||
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-theme--dark {
|
||||
.v-table {
|
||||
tr:nth-child(even) {
|
||||
background: #161616;
|
||||
}
|
||||
|
||||
tr.even-row {
|
||||
background: #161616;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.right-bottom-icon .v-badge__badge {
|
||||
@@ -126,6 +150,10 @@ input[type=number] {
|
||||
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
||||
}
|
||||
|
||||
.text-caption {
|
||||
color: rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity));
|
||||
}
|
||||
|
||||
.v-label {
|
||||
&:not(.v-field-label--floating) {
|
||||
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
||||
|
||||
Reference in New Issue
Block a user