modify style

This commit is contained in:
MaysWind
2023-07-22 23:04:08 +08:00
parent 35b8d8ca25
commit 9f0657683a
11 changed files with 87 additions and 48 deletions
+28
View File
@@ -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));