[WIP] Фикс размеров
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user