[WIP] Добавил возможность загрузки сканов и документов на форме данных обследования

This commit is contained in:
megavrilinvv
2023-05-15 18:12:18 +03:00
parent 739c735aa6
commit 669db8d4c6
2 changed files with 47 additions and 16 deletions

View File

@@ -3,6 +3,7 @@
q-input(
v-model="value",
:name="name",
:multiple="multiple"
:class="{'circle': circle, 'font-input': true, 'doc': doc}",
:input-style="{ color: textColor, borderColor: borderColor, resize: resize}",
:borderless="borderless",
@@ -40,6 +41,7 @@ export default {
name: "BaseInput",
components: { BaseInputContainer },
props: {
multiple: Boolean,
circle: Boolean,
doc: Boolean,
dense: {
@@ -132,6 +134,7 @@ export default {
z-index: 5
opacity: 0
cursor: pointer
.doc
width: 100%
height: 100%