Работа над проектом

This commit is contained in:
Book Pauk
2022-09-23 17:48:15 +07:00
parent aaf3c0d076
commit b4c8f5ad72
3 changed files with 141 additions and 40 deletions

View File

@@ -11,8 +11,8 @@
<template #prepend>
<q-icon
v-show="mmButtons"
style="font-size: 100%"
v-ripple="modelValue != min"
style="font-size: 100%"
:class="(modelValue != min ? '' : 'disable')"
name="la la-angle-double-left"
class="button"
@@ -50,14 +50,13 @@
<q-icon
v-show="mmButtons"
style="font-size: 100%"
v-ripple="modelValue != max"
style="font-size: 100%"
:class="(modelValue != max ? '' : 'disable')"
name="la la-angle-double-right"
class="button"
@click="toMax"
/>
</template>
</q-input>
</template>