modify style

This commit is contained in:
MaysWind
2023-08-26 00:21:00 +08:00
parent 2d4ce1aac0
commit 4238bde13a
+6 -2
View File
@@ -487,12 +487,16 @@ export default {
}
.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 {
font-size: 0.875rem;
padding-top: 1px;
padding-top: 2px;
color: rgba(var(--v-theme-on-surface));
}
.transaction-tags-table .v-text-field .v-field__clearable {
padding-top: var(--v-input-padding-top);
}
</style>