mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
display prefix in one line
This commit is contained in:
@@ -337,6 +337,10 @@ watch(currentValue, (newValue) => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
.text-field-with-colored-label.has-pretend-text .v-field {
|
||||||
|
grid-template-columns: max-content minmax(0, 1fr) min-content min-content;
|
||||||
|
}
|
||||||
|
|
||||||
.text-field-with-colored-label.has-pretend-text .v-field__input {
|
.text-field-with-colored-label.has-pretend-text .v-field__input {
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user