[WIP] Добавил форму данных обследования

This commit is contained in:
megavrilinvv
2023-05-12 18:36:36 +03:00
parent 317e8c80fe
commit c192f777d1
6 changed files with 330 additions and 49 deletions

View File

@@ -3,7 +3,7 @@
q-input(
v-model="value",
:name="name",
:class="{'circle': circle, 'font-input': true}",
:class="{'circle': circle, 'font-input': true, 'doc': doc}",
:input-style="{ color: textColor, borderColor: borderColor, resize: resize}",
:borderless="borderless",
:placeholder="placeholder",
@@ -40,6 +40,7 @@ export default {
components: { BaseInputContainer },
props: {
circle: Boolean,
doc: Boolean,
dense: {
type: Boolean,
default: true,
@@ -129,6 +130,12 @@ export default {
z-index: 5
opacity: 0
cursor: pointer
.doc
width: 100%
height: 100%
z-index: 5
opacity: 0
cursor: pointer
</style>
<style lang="sass">
.q-field--standout.q-field--readonly .q-field__control:before