disabled change webcam size
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user