mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
modify style
This commit is contained in:
@@ -482,20 +482,20 @@ export default {
|
||||
opacity: var(--v-medium-emphasis-opacity);
|
||||
}
|
||||
|
||||
.transaction-tags-table .v-text-field.v-text-field--plain-underlined .v-input__prepend {
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
.transaction-tags-table tr:last-child .v-text-field.v-text-field--plain-underlined .v-input__prepend {
|
||||
padding-top: 8px;
|
||||
.transaction-tags-table .v-text-field.v-input--plain-underlined .v-input__prepend {
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
.transaction-tags-table .v-text-field .v-field__input {
|
||||
font-size: 0.875rem;
|
||||
padding-top: 2px;
|
||||
padding-top: 0;
|
||||
color: rgba(var(--v-theme-on-surface));
|
||||
}
|
||||
|
||||
.transaction-tags-table tr:last-child .v-text-field .v-field__input {
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.transaction-tags-table .v-text-field .v-field__clearable {
|
||||
padding-top: var(--v-input-padding-top);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user