++ Animation fixed in Home pic.
++"Dark Mode"
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<template>
|
||||
<div v-if="!!myrec">
|
||||
{{label}}
|
||||
<div class="row">
|
||||
<q-select
|
||||
rounded
|
||||
style="min-width: 150px"
|
||||
style="width: 150px"
|
||||
outlined
|
||||
v-model="myrec.name"
|
||||
:options="tools.SelectListAnimation"
|
||||
@@ -15,6 +16,21 @@
|
||||
>
|
||||
</q-select>
|
||||
|
||||
<q-select
|
||||
rounded
|
||||
style="width: 150px"
|
||||
outlined
|
||||
v-model="myrec.timingtype"
|
||||
:options="tools.SelectListTimingType"
|
||||
@update:model-value="updateClass"
|
||||
dense
|
||||
label="Timing:"
|
||||
emit-value
|
||||
map-options
|
||||
>
|
||||
</q-select>
|
||||
</div>
|
||||
|
||||
<q-select
|
||||
rounded
|
||||
style="min-width: 150px"
|
||||
|
||||
Reference in New Issue
Block a user