display prefix in one line

This commit is contained in:
MaysWind
2025-01-12 17:20:08 +08:00
parent 89d5cc31af
commit cc9a5eea36
+4
View File
@@ -337,6 +337,10 @@ watch(currentValue, (newValue) => {
</script>
<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 {
padding-left: 0.5rem;
}