[WIP] Фикс размеров

This commit is contained in:
megavrilinvv
2023-01-19 11:28:08 +03:00
parent ce81917a54
commit 23bedea7cc
4 changed files with 5 additions and 7 deletions

View File

@@ -3,7 +3,8 @@
q-input(
v-model="value",
:class="{'circle': circle}",
:input-style="{ color: textColor }",
:input-style="{ color: textColor, width: width + 'px' }",
:borderless="borderless",
:placeholder="placeholder",
:outlined="outlined",
@@ -57,6 +58,7 @@ export default {
default: "text",
},
mask: String,
width: Number,
maxLength: String,
textColor: String,
rule: Array,