mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
modify style
This commit is contained in:
@@ -487,12 +487,16 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.transaction-tags-table tr:last-child .v-text-field.v-text-field--plain-underlined .v-input__prepend {
|
.transaction-tags-table tr:last-child .v-text-field.v-text-field--plain-underlined .v-input__prepend {
|
||||||
padding-top: 11px;
|
padding-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.transaction-tags-table .v-text-field .v-field__input {
|
.transaction-tags-table .v-text-field .v-field__input {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
padding-top: 1px;
|
padding-top: 2px;
|
||||||
color: rgba(var(--v-theme-on-surface));
|
color: rgba(var(--v-theme-on-surface));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.transaction-tags-table .v-text-field .v-field__clearable {
|
||||||
|
padding-top: var(--v-input-padding-top);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user