disabled change webcam size
This commit is contained in:
parent
a001b9ab28
commit
02a406d0fa
1 changed files with 6 additions and 2 deletions
|
|
@ -24,21 +24,25 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<q-btn
|
<q-btn
|
||||||
|
disable
|
||||||
class="q-mt-sm q-ml-sm"
|
class="q-mt-sm q-ml-sm"
|
||||||
color="primary"
|
color="primary"
|
||||||
@click="fullscreenToggle"
|
@click="fullscreenToggle"
|
||||||
label="Webcam size"
|
label="Webcam size"
|
||||||
/>
|
>
|
||||||
|
<q-tooltip> Coming soon </q-tooltip></q-btn
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<q-input
|
<q-input
|
||||||
|
disable
|
||||||
class="q-pt-sm"
|
class="q-pt-sm"
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
bottom-slots
|
bottom-slots
|
||||||
v-model="iframe"
|
v-model="iframe"
|
||||||
label="iframe url"
|
label="iframe url"
|
||||||
>
|
><q-tooltip> Coming soon </q-tooltip>
|
||||||
<template v-slot:after>
|
<template v-slot:after>
|
||||||
<q-btn
|
<q-btn
|
||||||
round
|
round
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue